Home
last modified time | relevance | path

Searched refs:UpdateExtensionState (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/updateextensionstate_fuzzer/
H A Dupdateextensionstate_fuzzer.cpp63 if (appMgrClient->UpdateExtensionState(token, state) != AppMgrResultCode::RESULT_OK) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_mgr_client_mock.h37 …MOCK_METHOD2(UpdateExtensionState, AppMgrResultCode(const sptr<IRemoteObject> &token, const Extens…
H A Dapp_scheduler_test.cpp611 EXPECT_CALL(*clientMock_, UpdateExtensionState(_, _)).Times(1)
617 DelayedSingleton<AppScheduler>::GetInstance()->UpdateExtensionState(token, state);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp157 void AppScheduler::UpdateExtensionState(const sptr<IRemoteObject>& token, const AppExecFwk::Extensi… in UpdateExtensionState() function in OHOS::AAFwk::AppScheduler
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp96 amsMgrScheduler->UpdateExtensionState(token, extensionState); in DoSomethingInterestingWithMyAPI()
/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/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
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 …virtual AppMgrResultCode UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionSta…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp139 void AppScheduler::UpdateExtensionState(const sptr<IRemoteObject> &token, const AppExecFwk::Extensi… in UpdateExtensionState() function in OHOS::AAFwk::AppScheduler
143 IN_PROCESS_CALL_WITHOUT_RET(appMgrClient_->UpdateExtensionState(token, state)); in UpdateExtensionState()
H A Dability_connect_manager.cpp901 DelayedSingleton<AppScheduler>::GetInstance()->UpdateExtensionState( in AbilityTransitionDone()
929 DelayedSingleton<AppScheduler>::GetInstance()->UpdateExtensionState( in AbilityTransitionDone()
990 DelayedSingleton<AppScheduler>::GetInstance()->UpdateExtensionState( in ScheduleConnectAbilityDoneLocked()
1088 DelayedSingleton<AppScheduler>::GetInstance()->UpdateExtensionState( 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() function in OHOS::AppExecFwk::AmsMgrScheduler
155 amsMgrServiceInner->UpdateExtensionState(token, state); in UpdateExtensionState()
H A Dapp_mgr_service_inner.cpp2511 void AppMgrServiceInner::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionStat… in UpdateExtensionState() function in OHOS::AppExecFwk::AppMgrServiceInner
/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() function in OHOS::AppExecFwk::AmsMgrStub
H A Dapp_mgr_client.cpp177 AppMgrResultCode AppMgrClient::UpdateExtensionState(const sptr<IRemoteObject> &token, const Extensi… in UpdateExtensionState() function in OHOS::AppExecFwk::AppMgrClient
183 amsService->UpdateExtensionState(token, state); in UpdateExtensionState()
H A Dams_mgr_proxy.cpp161 void AmsMgrProxy::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) in UpdateExtensionState() function in OHOS::AppExecFwk::AmsMgrProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp557 amsMgrScheduler->UpdateExtensionState(token, state);
560 amsMgrScheduler->UpdateExtensionState(token, state);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp125 int ret = appMgrClient->UpdateExtensionState(token, state);
/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);