Home
last modified time | relevance | path

Searched refs:NotifyProcessDependedOnWeb (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h771 virtual int32_t NotifyProcessDependedOnWeb() in NotifyProcessDependedOnWeb() function
H A Dapp_mgr_client.h823 int32_t NotifyProcessDependedOnWeb();
H A Dapp_mgr_proxy.h672 virtual int32_t NotifyProcessDependedOnWeb() override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h590 virtual int32_t NotifyProcessDependedOnWeb() override;
H A Dapp_mgr_service_inner.h1218 int32_t NotifyProcessDependedOnWeb();
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1324 int32_t AppMgrClient::NotifyProcessDependedOnWeb() in NotifyProcessDependedOnWeb() function in OHOS::AppExecFwk::AppMgrClient
1332 return service->NotifyProcessDependedOnWeb(); in NotifyProcessDependedOnWeb()
H A Dapp_mgr_stub.cpp1632 int32_t ret = NotifyProcessDependedOnWeb(); in HandleNotifyProcessDependedOnWeb()
H A Dapp_mgr_proxy.cpp1971 int32_t AppMgrProxy::NotifyProcessDependedOnWeb() in NotifyProcessDependedOnWeb() function in OHOS::AppExecFwk::AppMgrProxy
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp649 appMgrClient->NotifyProcessDependedOnWeb()); in GetWebEngine()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1636 int32_t AppMgrService::NotifyProcessDependedOnWeb() in NotifyProcessDependedOnWeb() function in OHOS::AppExecFwk::AppMgrService
1643 return appMgrServiceInner_->NotifyProcessDependedOnWeb(); in NotifyProcessDependedOnWeb()
H A Dapp_mgr_service_inner.cpp7829 int32_t AppMgrServiceInner::NotifyProcessDependedOnWeb() in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner