Home
last modified time | relevance | path

Searched refs:HandleIsApplicationRunning (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.h136 int32_t HandleIsApplicationRunning(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp265 return HandleIsApplicationRunning(data, reply); in OnRemoteRequestInnerFifth()
1343 int32_t AppMgrStub::HandleIsApplicationRunning(MessageParcel &data, MessageParcel &reply) in HandleIsApplicationRunning() function in OHOS::AppExecFwk::AppMgrStub