Home
last modified time | relevance | path

Searched refs:HandleScheduleProfileChanged (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.h48 int32_t HandleScheduleProfileChanged(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp94 return HandleScheduleProfileChanged(data, reply); in OnRemoteRequestInnerFirst()
294 int32_t AppSchedulerHost::HandleScheduleProfileChanged(MessageParcel &data, MessageParcel &reply) in HandleScheduleProfileChanged() function in OHOS::AppExecFwk::AppSchedulerHost