Searched refs:NotifyStateChangedFromRemote (Results 1 - 10 of 10) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_second_test.cpp | 344 * @tc.desc: call NotifyStateChangedFromRemote with illegal params 354 int result1 = proxy->NotifyStateChangedFromRemote(0, 0, element); in HWTEST_F() 363 * @tc.desc: test NotifyStateChangedFromRemote 374 int ret = DistributedSchedService::GetInstance().NotifyStateChangedFromRemote(0, 0, element); in HWTEST_F() 381 * @tc.desc: test NotifyStateChangedFromRemote 394 int ret = DistributedSchedService::GetInstance().NotifyStateChangedFromRemote(0, 0, element); in HWTEST_F() 401 * @tc.desc: test NotifyStateChangedFromRemote 413 int32_t ret = DistributedSchedService::GetInstance().NotifyStateChangedFromRemote(abilityState, 0, element); in HWTEST_F() 421 * @tc.desc: test NotifyStateChangedFromRemote 435 int32_t ret = DistributedSchedService::GetInstance().NotifyStateChangedFromRemote(abilityStat in HWTEST_F() [all...] |
H A D | mock_distributed_sched.cpp | 181 int32_t MockDistributedSched::NotifyStateChangedFromRemote(int32_t abilityState, int32_t missionId, in NotifyStateChangedFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 77 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t missionId,
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_distributed_sched.h | 198 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t missionId,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 171 virtual int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
|
H A D | distributed_sched_proxy.h | 97 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
|
H A D | distributed_sched_service.h | 203 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 1039 int32_t DistributedSchedProxy::NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken, in NotifyStateChangedFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy 1044 HILOGE("NotifyStateChangedFromRemote remote service null"); in NotifyStateChangedFromRemote() 1055 HILOGE("NotifyStateChangedFromRemote write element error."); in NotifyStateChangedFromRemote()
|
H A D | distributed_sched_stub.cpp | 1477 int32_t result = NotifyStateChangedFromRemote(abilityState, connectToken, *element); in NotifyStateChangedFromRemoteInner()
|
H A D | distributed_sched_service.cpp | 3501 return remoteDms->NotifyStateChangedFromRemote(abilityState, connectToken, element); in NotifyStateChanged() 3504 int32_t DistributedSchedService::NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken, in NotifyStateChangedFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService 3520 HILOGE("NotifyStateChangedFromRemote connect is null"); in NotifyStateChangedFromRemote()
|
Completed in 21 milliseconds