Searched refs:NotifyApp (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 249 int32_t NotifyApp(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName& element, int32_t errCode);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_connect_test.cpp | 1061 * @tc.name: NotifyApp
1082 int32_t ret = DistributedSchedService::GetInstance().NotifyApp(connect, element, 0);
in HWTEST_F() 1088 * @tc.name: NotifyApp
1104 int32_t ret = DistributedSchedService::GetInstance().NotifyApp(nullptr, element, 0);
in HWTEST_F()
|
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 826 DistributedSchedService::GetInstance().NotifyApp(connect, element, int32Data); in NotifyStateChangedFromRemoteInnerFuzzTest()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 2671 int32_t errCode = NotifyApp(connect, element, DEVICE_OFFLINE_ERR); in NotifyDeviceOfflineToAppLocked() 2678 int32_t DistributedSchedService::NotifyApp(const sptr<IRemoteObject>& connect, in NotifyApp() function in OHOS::DistributedSchedule::DistributedSchedService
|
Completed in 12 milliseconds