Home
last modified time | relevance | path

Searched refs:SetAppAssertionPauseState (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h798 virtual void SetAppAssertionPauseState(bool flag) {} in SetAppAssertionPauseState() function in OHOS::AppExecFwk::IAppMgr
H A Dapp_mgr_proxy.h687 void SetAppAssertionPauseState(bool flag) override;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h729 void SetAppAssertionPauseState(bool flag) override;
H A Dapp_mgr_service_inner.h1249 void SetAppAssertionPauseState(bool flag);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1561 void AppMgrService::SetAppAssertionPauseState(bool flag) in SetAppAssertionPauseState() function in OHOS::AppExecFwk::AppMgrService
1568 return appMgrServiceInner_->SetAppAssertionPauseState(flag); in SetAppAssertionPauseState()
H A Dapp_mgr_service_inner.cpp7460 void AppMgrServiceInner::SetAppAssertionPauseState(bool flag) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3262 appMgr_->SetAppAssertionPauseState(true); in AssertFaultPauseMainThreadDetection()
3273 appMgr_->SetAppAssertionPauseState(false); in AssertFaultResumeMainThreadDetection()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1579 SetAppAssertionPauseState(flag); in HandleSetAppAssertionPauseState()
H A Dapp_mgr_proxy.cpp1897 void AppMgrProxy::SetAppAssertionPauseState(bool flag) in SetAppAssertionPauseState() function in OHOS::AppExecFwk::AppMgrProxy

Completed in 31 milliseconds