Home
last modified time | relevance | path

Searched refs:g_remoteObject (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H A Dmock_ability_manager_client.cpp33 sptr<IRemoteObject> g_remoteObject = nullptr; member
62 sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(g_remoteObject); in AttachAbilityThread()
68 if (g_remoteObject == nullptr) { in AbilityTransitionDone()
71 sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(g_remoteObject); in AbilityTransitionDone()
78 if (g_remoteObject == nullptr) { in ScheduleConnectAbilityDone()
81 sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(g_remoteObject); in ScheduleConnectAbilityDone()
87 if (g_remoteObject == nullptr) { in ScheduleDisconnectAbilityDone()
90 sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(g_remoteObject); in ScheduleDisconnectAbilityDone()
96 if (g_remoteObject == nullptr) { in ScheduleCommandAbilityDone()
100 sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(g_remoteObject); in ScheduleCommandAbilityDone()
[all...]
/foundation/multimodalinput/input/service/message_handle/src/
H A Dauthorization_dialog.cpp36 sptr<IRemoteObject> g_remoteObject = nullptr; member
55 dialogConnectionCallback_->OnAbilityConnectDone(element, g_remoteObject, INVALID_USERID); in ConnectSystemUi()
79 if (g_remoteObject == nullptr) { in OnAbilityConnectDone()
80 g_remoteObject = remoteObject; in OnAbilityConnectDone()
114 g_remoteObject = nullptr; in OnAbilityDisconnectDone()
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_access_policy_dialog_impl.cpp36 sptr<IRemoteObject> g_remoteObject = nullptr; member
55 dialogConnectionCallback_->OnAbilityConnectDone(element, g_remoteObject, INVALID_USERID); in ConnectSystemUi()
86 if (g_remoteObject == nullptr) { in OnAbilityConnectDone()
87 g_remoteObject = remoteObject; in OnAbilityConnectDone()
115 g_remoteObject = nullptr; in OnAbilityDisconnectDone()
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_dialog_manager.cpp59 sptr<IRemoteObject> g_remoteObject = nullptr; member
142 dialogConnectionCallback_->OnAbilityConnectDone(element, g_remoteObject, INVALID_USERID); in ConnectExtension()
179 if (g_remoteObject == nullptr) { in OnAbilityConnectDone()
180 g_remoteObject = remoteObject; in OnAbilityConnectDone()

Completed in 4 milliseconds