Home
last modified time | relevance | path

Searched refs:STOP_BACKGROUND_RUNNING (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.h28 STOP_BACKGROUND_RUNNING, enumerator
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopbackgroundrunning_fuzzer/
H A Dbgtaskstopbackgroundrunning_fuzzer.cpp43 …uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::STOP_BACKGROUND_RUNNING); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_mgr_stub.cpp54 case static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::STOP_BACKGROUND_RUNNING): in HandleContinuousTask()
112 case static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::STOP_BACKGROUND_RUNNING): in HandleOnRemoteResquestFunc()
H A Dbackground_task_mgr_proxy.cpp266 BackgroundTaskMgrStubInterfaceCode::STOP_BACKGROUND_RUNNING), option, data, reply); in StopBackgroundRunning()