Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h249 int32_t NotifyApp(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName& element, int32_t errCode);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp1061 * @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 Ddistributedschedstub_fuzzer.cpp826 DistributedSchedService::GetInstance().NotifyApp(connect, element, int32Data); in NotifyStateChangedFromRemoteInnerFuzzTest()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2671 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