Searched refs:ON_APP_CONTINUOUS_TASK_STOP (Results 1 – 5 of 5) sorted by relevance
32 ON_APP_CONTINUOUS_TASK_STOP, enumerator
75 …ode10 = static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_APP_CONTINUOUS_TASK_STOP); in DoSomethingInterestingWithMyAPI()
80 … case static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_APP_CONTINUOUS_TASK_STOP): { in OnRemoteRequestInner()
350 IBackgroundTaskSubscriberInterfaceCode::ON_APP_CONTINUOUS_TASK_STOP), data, reply, option); in OnAppContinuousTaskStop()
55 constexpr uint32_t ON_APP_CONTINUOUS_TASK_STOP = 9; variable615 EXPECT_EQ(subscirberStub.OnRemoteRequest(ON_APP_CONTINUOUS_TASK_STOP, data5, reply, option),