Home
last modified time | relevance | path

Searched refs:ABILITY_SERVICE_NOT_CONNECTED (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H A Dmock_ability_manager_client.cpp59 return ABILITY_SERVICE_NOT_CONNECTED; in AttachAbilityThread()
69 return ABILITY_SERVICE_NOT_CONNECTED; in AbilityTransitionDone()
79 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleConnectAbilityDone()
88 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleDisconnectAbilityDone()
98 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleCommandAbilityDone()
111 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleCommandAbilityWindowDone()
120 return ABILITY_SERVICE_NOT_CONNECTED; in StartAbility()
130 return ABILITY_SERVICE_NOT_CONNECTED; in StartAbility()
201 return ABILITY_SERVICE_NOT_CONNECTED; in DumpState()
261 return ABILITY_SERVICE_NOT_CONNECTED; in ContinueMission()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_clientex.cpp59 return ABILITY_SERVICE_NOT_CONNECTED; in AttachAbilityThread()
69 return ABILITY_SERVICE_NOT_CONNECTED; in AbilityTransitionDone()
79 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleConnectAbilityDone()
88 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleDisconnectAbilityDone()
98 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleCommandAbilityDone()
111 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleCommandAbilityWindowDone()
120 return ABILITY_SERVICE_NOT_CONNECTED; in StartAbility()
162 return ABILITY_SERVICE_NOT_CONNECTED; in DumpState()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_ability_manager_client.cpp59 return ABILITY_SERVICE_NOT_CONNECTED; in AttachAbilityThread()
69 return ABILITY_SERVICE_NOT_CONNECTED; in AbilityTransitionDone()
79 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleConnectAbilityDone()
88 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleDisconnectAbilityDone()
98 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleCommandAbilityDone()
111 return ABILITY_SERVICE_NOT_CONNECTED; in ScheduleCommandAbilityWindowDone()
120 return ABILITY_SERVICE_NOT_CONNECTED; in StartAbility()
162 return ABILITY_SERVICE_NOT_CONNECTED; in DumpState()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/src/
H A Dextension_manager_client.cpp32 return ABILITY_SERVICE_NOT_CONNECTED; \
103 return ABILITY_SERVICE_NOT_CONNECTED; in ConnectServiceExtensionAbility()
119 return ABILITY_SERVICE_NOT_CONNECTED; in ConnectServiceExtensionAbility()
135 return ABILITY_SERVICE_NOT_CONNECTED; in ConnectEnterpriseAdminExtensionAbility()
151 return ABILITY_SERVICE_NOT_CONNECTED; in ConnectExtensionAbility()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_errors.h56 ABILITY_SERVICE_NOT_CONNECTED, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_client.cpp31 return ABILITY_SERVICE_NOT_CONNECTED; \
H A Dability_manager_client.cpp55 return ABILITY_SERVICE_NOT_CONNECTED; \
551 return ABILITY_SERVICE_NOT_CONNECTED; in ConnectDataShareExtensionAbility()
568 return ABILITY_SERVICE_NOT_CONNECTED; in ConnectExtensionAbility()
585 return ABILITY_SERVICE_NOT_CONNECTED; in ConnectUIExtensionAbility()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_client.cpp162 CHECK_POINTER_AND_RETURN(abms, ABILITY_SERVICE_NOT_CONNECTED); in GetPendingWantUserId()
331 CHECK_POINTER_AND_RETURN(abms, ABILITY_SERVICE_NOT_CONNECTED); in GetWantSenderInfo()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp186 messageMap_[ABILITY_SERVICE_NOT_CONNECTED] = "error: ability service not connected."; in CreateMessageMap()