Home
last modified time | relevance | path

Searched refs:AppGroupCallbackStub (Results 1 - 8 of 8) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dapp_group_callback_stub.h24 class AppGroupCallbackStub : public IRemoteStub<IAppGroupCallback> { class
26 AppGroupCallbackStub()=default;
27 virtual ~AppGroupCallbackStub()=default;
42 DISALLOW_COPY_AND_MOVE(AppGroupCallbackStub);
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dapp_group_callback_stub.cpp22 int32_t AppGroupCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel &reply, in OnRemoteRequest()
25 std::u16string descriptor = AppGroupCallbackStub::GetDescriptor(); in OnRemoteRequest()
49 void AppGroupCallbackStub::OnAppGroupChanged(const AppGroupCallbackInfo &appGroupCallbackInfo) in OnAppGroupChanged()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_bundle_group_change_callback.h27 class WorkBundleGroupChangeCallback : public DeviceUsageStats::AppGroupCallbackStub {
/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dapp_group_observer_napi.h27 class AppGroupObserver : public AppGroupCallbackStub {
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/appgroupcallbackstub_fuzzer/
H A Dappgroupcallbackstub_fuzzer.cpp50 DelayedSingleton<AppGroupCallbackStub>::GetInstance()->OnRemoteRequest(code % MAX_CODE, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_test.cpp79 class TestAppGroupChangeCallback : public AppGroupCallbackStub {
549 auto appGroupCallbackStub = std::make_shared<AppGroupCallbackStub>(); in HWTEST_F()
555 data1.WriteInterfaceToken(AppGroupCallbackStub::GetDescriptor()); in HWTEST_F()
H A Ddevice_usage_statistics_multi_test.cpp84 class TestAppGroupChangeCallback : public AppGroupCallbackStub {
H A Ddevice_usage_statistics_service_test.cpp71 class TestServiceAppGroupChangeCallback : public AppGroupCallbackStub {

Completed in 5 milliseconds