Home
last modified time | relevance | path

Searched refs:ON_APP_CONTINUOUS_TASK_STOP (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dibackground_task_subscriber_ipc_interface_code.h32 ON_APP_CONTINUOUS_TASK_STOP, enumerator
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriberstubonremote_fuzzer/
H A Dbgtasksubscriberstubonremote_fuzzer.cpp75 …ode10 = static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_APP_CONTINUOUS_TASK_STOP); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_subscriber_stub.cpp80 … case static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_APP_CONTINUOUS_TASK_STOP): { in OnRemoteRequestInner()
H A Dbackground_task_subscriber_proxy.cpp350 IBackgroundTaskSubscriberInterfaceCode::ON_APP_CONTINUOUS_TASK_STOP), data, reply, option); in OnAppContinuousTaskStop()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp55 constexpr uint32_t ON_APP_CONTINUOUS_TASK_STOP = 9; variable
615 EXPECT_EQ(subscirberStub.OnRemoteRequest(ON_APP_CONTINUOUS_TASK_STOP, data5, reply, option),