return;
}
- proxy->UnsetConnTimer();
proxy->Cancel();
int ret = proxy->Connect(false);
if (ret != RPC_PORT_ERROR_NONE) {
+ proxy->UnsetConnTimer();
proxy->listener_ = nullptr;
if (ret == RPC_PORT_ERROR_PERMISSION_DENIED)
listener->OnRejected(proxy->target_appid_, ret);
GIOCondition cond, gpointer user_data) {
auto* proxy = static_cast<Proxy*>(user_data);
std::lock_guard<std::recursive_mutex> lock(proxy->GetMutex());
+ proxy->UnsetConnTimer();
auto* listener = proxy->listener_;
if (listener == nullptr) {
_E("Invalid context");
GIOCondition cond, gpointer user_data) {
auto* proxy = static_cast<Proxy*>(user_data);
std::lock_guard<std::recursive_mutex> lock(proxy->GetMutex());
+ proxy->UnsetConnTimer();
auto* listener = proxy->listener_;
if (listener == nullptr) {
_E("Invalid context");