Home
last modified time | relevance | path

Searched refs:SCHEDULE_ACCEPT_WANT_DONE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h40 SCHEDULE_ACCEPT_WANT_DONE = 17, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp144 case static_cast<uint32_t>(AppMgrInterfaceCode::SCHEDULE_ACCEPT_WANT_DONE): in OnRemoteRequestInnerSecond()
H A Dapp_mgr_proxy.cpp715 if (!SendTransactCmd(AppMgrInterfaceCode::SCHEDULE_ACCEPT_WANT_DONE, data, reply)) { in ScheduleAcceptWantDone()