Home
last modified time | relevance | path

Searched refs:NotifyApp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp1085 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 Ddistributed_sched_service.h234 …int32_t NotifyApp(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName& element, int3…
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp826 DistributedSchedService::GetInstance().NotifyApp(connect, element, int32Data); in NotifyStateChangedFromRemoteInnerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2395 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