Home
last modified time | relevance | path

Searched refs:ExtensionState (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/updateextensionstate_fuzzer/
H A Dupdateextensionstate_fuzzer.cpp61 AppExecFwk::ExtensionState state = AppExecFwk::ExtensionState::EXTENSION_STATE_CREATE; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp95 AppExecFwk::ExtensionState extensionState = AppExecFwk::ExtensionState::EXTENSION_STATE_READY; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_constants.h61 enum class ExtensionState { enum
H A Dams_mgr_interface.h78 …virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) = …
H A Dams_mgr_proxy.h68 …virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) ov…
H A Dams_mgr_stub.h43 …virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) ov…
H A Dapp_mgr_client.h94 …ppMgrResultCode UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_mgr_client_mock.h37 …ateExtensionState, AppMgrResultCode(const sptr<IRemoteObject> &token, const ExtensionState state));
H A Dapp_scheduler_test.cpp616 AppExecFwk::ExtensionState state = AppExecFwk::ExtensionState::EXTENSION_STATE_READY;
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp157 …ler::UpdateExtensionState(const sptr<IRemoteObject>& token, const AppExecFwk::ExtensionState state) in UpdateExtensionState()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h82 …virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) ov…
H A Dapp_mgr_service_inner.h144 virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_adjuster.cpp39 using OHOS::AppExecFwk::ExtensionState;
H A Dcgroup_event_handler.cpp52 using OHOS::AppExecFwk::ExtensionState;
281 if (extensionState == (int32_t)(ExtensionState::EXTENSION_STATE_TERMINATED)) { in HandleExtensionStateChanged()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h183 …void UpdateExtensionState(const sptr<IRemoteObject> &token, const AppExecFwk::ExtensionState state…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp276 UpdateExtensionState(token, static_cast<ExtensionState>(state)); in HandleUpdateExtensionState()
482 void AmsMgrStub::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) in UpdateExtensionState()
H A Dams_mgr_proxy.cpp161 void AmsMgrProxy::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) in UpdateExtensionState()
H A Dapp_mgr_client.cpp177 …de AppMgrClient::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) in UpdateExtensionState()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp117 ExtensionState state = ExtensionState::EXTENSION_STATE_CREATE;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp556 ExtensionState state = ExtensionState::EXTENSION_STATE_READY;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp139 …ler::UpdateExtensionState(const sptr<IRemoteObject> &token, const AppExecFwk::ExtensionState state) in UpdateExtensionState()
H A Dability_connect_manager.cpp902 token, AppExecFwk::ExtensionState::EXTENSION_STATE_CREATE); in AbilityTransitionDone()
930 token, AppExecFwk::ExtensionState::EXTENSION_STATE_TERMINATED); in AbilityTransitionDone()
991 token, AppExecFwk::ExtensionState::EXTENSION_STATE_CONNECTED); in ScheduleConnectAbilityDoneLocked()
1089 token, AppExecFwk::ExtensionState::EXTENSION_STATE_DISCONNECTED); in ScheduleDisconnectAbilityDoneLocked()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp144 void AmsMgrScheduler::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState s… in UpdateExtensionState()
H A Dapp_mgr_service_inner.cpp2511 …MgrServiceInner::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) in UpdateExtensionState()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp1334 appMgrServiceInner->UpdateExtensionState(nullptr, ExtensionState::EXTENSION_STATE_CREATE);
1337 appMgrServiceInner->UpdateExtensionState(token, ExtensionState::EXTENSION_STATE_CREATE);
1346 appMgrServiceInner->UpdateExtensionState(token, ExtensionState::EXTENSION_STATE_CREATE);