Home
last modified time | relevance | path

Searched refs:StopAbilityFromRemoteAdapter (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Didms_interactive_adapter.h33 int32_t (*StopAbilityFromRemoteAdapter)(MessageParcel& data, MessageParcel& reply); member
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h37 virtual int32_t StopAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) = 0;
H A Ddistributed_sched_service.h220 int32_t StopAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) override;
364 .StopAbilityFromRemoteAdapter = nullptr,
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.cpp261 int32_t MockDistributedSched::StopAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) in StopAbilityFromRemoteAdapter() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h102 int32_t StopAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) override;
H A Ddistributed_sched_service_second_test.cpp1545 * @tc.desc: StopAbilityFromRemoteAdapter
1553 int32_t ret = DistributedSchedService::GetInstance().StopAbilityFromRemoteAdapter(data, reply); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp573 int32_t DistributedSchedService::StopAbilityFromRemoteAdapter(MessageParcel& data, MessageParcel& reply) in StopAbilityFromRemoteAdapter() function in OHOS::DistributedSchedule::DistributedSchedService
580 if (dmsAdapetr_.StopAbilityFromRemoteAdapter == nullptr) { in StopAbilityFromRemoteAdapter()
585 int32_t ret = dmsAdapetr_.StopAbilityFromRemoteAdapter(data, reply); in StopAbilityFromRemoteAdapter()
H A Ddistributed_sched_stub.cpp1702 int32_t result = StopAbilityFromRemoteAdapter(data, reply); in StopAbilityFromRemoteAdapterInner()

Completed in 15 milliseconds