Home
last modified time | relevance | path

Searched refs:GET_TRANSIENT_TASK_APPS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dibackground_task_mgr_ipc_interface_code.h31 GET_TRANSIENT_TASK_APPS, enumerator
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgettransienttaskapps_fuzzer/
H A Dbgtaskgettransienttaskapps_fuzzer.cpp43 …uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_TRANSIENT_TASK_APPS); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_mgr_stub.cpp83 case static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_TRANSIENT_TASK_APPS): in HandleTransientTask()
104 case static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_TRANSIENT_TASK_APPS): in HandleOnRemoteResquestFunc()
H A Dbackground_task_mgr_proxy.cpp353 BackgroundTaskMgrStubInterfaceCode::GET_TRANSIENT_TASK_APPS), option, data, reply); in GetTransientTaskApps()