Home
last modified time | relevance | path

Searched refs:NotifyStateChangedFromRemote (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp344 * @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 Dmock_distributed_sched.cpp181 int32_t MockDistributedSched::NotifyStateChangedFromRemote(int32_t abilityState, int32_t missionId, in NotifyStateChangedFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h77 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t missionId,
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h198 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t missionId,
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h171 virtual int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
H A Ddistributed_sched_proxy.h97 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
H A Ddistributed_sched_service.h203 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp1039 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 Ddistributed_sched_stub.cpp1477 int32_t result = NotifyStateChangedFromRemote(abilityState, connectToken, *element); in NotifyStateChangedFromRemoteInner()
H A Ddistributed_sched_service.cpp3501 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