Home
last modified time | relevance | path

Searched refs:appDebugLister (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp609 auto appDebugLister = iface_cast<IAppDebugListener>(data.ReadRemoteObject()); in HandleRegisterAppDebugListener() local
610 if (appDebugLister == nullptr) { in HandleRegisterAppDebugListener()
615 auto result = RegisterAppDebugListener(appDebugLister); in HandleRegisterAppDebugListener()
626 auto appDebugLister = iface_cast<IAppDebugListener>(data.ReadRemoteObject()); in HandleUnregisterAppDebugListener() local
627 if (appDebugLister == nullptr) { in HandleUnregisterAppDebugListener()
632 auto result = UnregisterAppDebugListener(appDebugLister); in HandleUnregisterAppDebugListener()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp3491 auto appDebugLister = iface_cast<AppExecFwk::IAppDebugListener>(data.ReadRemoteObject()); in RegisterAppDebugListenerInner() local
3492 if (appDebugLister == nullptr) { in RegisterAppDebugListenerInner()
3497 auto result = RegisterAppDebugListener(appDebugLister); in RegisterAppDebugListenerInner()
3508 auto appDebugLister = iface_cast<AppExecFwk::IAppDebugListener>(data.ReadRemoteObject()); in UnregisterAppDebugListenerInner() local
3509 if (appDebugLister == nullptr) { in UnregisterAppDebugListenerInner()
3514 auto result = UnregisterAppDebugListener(appDebugLister); in UnregisterAppDebugListenerInner()