Home
last modified time | relevance | path

Searched refs:GET_CONTINUOUS_TASK_APPS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dibackground_task_mgr_ipc_interface_code.h32 GET_CONTINUOUS_TASK_APPS, enumerator
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetcontinuoustaskapps_fuzzer/
H A Dbgtaskgetcontinuoustaskapps_fuzzer.cpp43 …int32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_CONTINUOUS_TASK_APPS); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/security/access_token/services/common/background_task_manager/include/
H A Dbackground_task_manager_access_proxy.h54 GET_CONTINUOUS_TASK_APPS = 10, enumerator
/ohos5.0/base/security/access_token/services/common/background_task_manager/src/
H A Dbackground_task_manager_access_proxy.cpp109 …static_cast<uint32_t>(IBackgroundTaskMgr::Message::GET_CONTINUOUS_TASK_APPS), data, reply, option); in GetContinuousTaskApps()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_mgr_stub.cpp57 case static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_CONTINUOUS_TASK_APPS): in HandleContinuousTask()
113 case static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_CONTINUOUS_TASK_APPS): in HandleOnRemoteResquestFunc()
H A Dbackground_task_mgr_proxy.cpp439 BackgroundTaskMgrStubInterfaceCode::GET_CONTINUOUS_TASK_APPS), option, data, reply); in GetContinuousTaskApps()