Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_host.h65 int32_t HandleScheduleDumpIpcStop(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp146 return HandleScheduleDumpIpcStop(data, reply); in OnRemoteRequestInnerThird()
458 int32_t AppSchedulerHost::HandleScheduleDumpIpcStop(MessageParcel &data, MessageParcel &reply) in HandleScheduleDumpIpcStop() function in OHOS::AppExecFwk::AppSchedulerHost