Searched refs:NotifyApp (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_connect_test.cpp | 1085 int32_t ret = DistributedSchedService::GetInstance().NotifyApp(connect, element, 0); 1107 int32_t ret = DistributedSchedService::GetInstance().NotifyApp(nullptr, element, 0);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 234 …int32_t NotifyApp(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName& element, int3…
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 826 DistributedSchedService::GetInstance().NotifyApp(connect, element, int32Data); in NotifyStateChangedFromRemoteInnerFuzzTest()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 2395 int32_t errCode = NotifyApp(connect, element, DEVICE_OFFLINE_ERR); in NotifyDeviceOfflineToAppLocked() 2402 int32_t DistributedSchedService::NotifyApp(const sptr<IRemoteObject>& connect, in NotifyApp() function in OHOS::DistributedSchedule::DistributedSchedService
|