Searched refs:appDebugLister (Results 1 – 2 of 2) sorted by relevance
609 auto appDebugLister = iface_cast<IAppDebugListener>(data.ReadRemoteObject()); in HandleRegisterAppDebugListener() local610 if (appDebugLister == nullptr) { in HandleRegisterAppDebugListener()615 auto result = RegisterAppDebugListener(appDebugLister); in HandleRegisterAppDebugListener()626 auto appDebugLister = iface_cast<IAppDebugListener>(data.ReadRemoteObject()); in HandleUnregisterAppDebugListener() local627 if (appDebugLister == nullptr) { in HandleUnregisterAppDebugListener()632 auto result = UnregisterAppDebugListener(appDebugLister); in HandleUnregisterAppDebugListener()
3491 auto appDebugLister = iface_cast<AppExecFwk::IAppDebugListener>(data.ReadRemoteObject()); in RegisterAppDebugListenerInner() local3492 if (appDebugLister == nullptr) { in RegisterAppDebugListenerInner()3497 auto result = RegisterAppDebugListener(appDebugLister); in RegisterAppDebugListenerInner()3508 auto appDebugLister = iface_cast<AppExecFwk::IAppDebugListener>(data.ReadRemoteObject()); in UnregisterAppDebugListenerInner() local3509 if (appDebugLister == nullptr) { in UnregisterAppDebugListenerInner()3514 auto result = UnregisterAppDebugListener(appDebugLister); in UnregisterAppDebugListenerInner()