Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Diexpired_callback_ipc_interface_code.h23 ON_EXPIRED = FIRST_CALL_TRANSACTION, enumerator
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dexpired_callback_proxy.cpp46 static_cast<uint32_t>(IExpiredCallbackInterfaceCode::ON_EXPIRED), data, reply, option); in OnExpired()
H A Dexpired_callback_stub.cpp38 case static_cast<uint32_t>(IExpiredCallbackInterfaceCode::ON_EXPIRED): in OnRemoteRequest()