Home
last modified time | relevance | path

Searched refs:HandleNotifyProcessDependedOnWeb (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_stub.h157 int32_t HandleNotifyProcessDependedOnWeb(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp337 return HandleNotifyProcessDependedOnWeb(data, reply); in OnRemoteRequestInnerSeventh()
1629 int32_t AppMgrStub::HandleNotifyProcessDependedOnWeb(MessageParcel &data, MessageParcel &reply) in HandleNotifyProcessDependedOnWeb() function in OHOS::AppExecFwk::AppMgrStub