Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/mock/src/
H A Dmock_distributed_sched.cpp31 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_SHARE_FORM)] = in DistributedSchedStub()
37 localFuncsMap_.clear(); in ~DistributedSchedStub()
43 const auto &funcsMap = localFuncsMap_; in OnRemoteRequest()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp85 localFuncsMap_.clear(); in ~DistributedSchedStub()
92 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::REGISTER_DSCHED_EVENT_LISTENER)] = in InitExtendedLocalFuncsInner()
94 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::UNREGISTER_DSCHED_EVENT_LISTENER)] = in InitExtendedLocalFuncsInner()
96 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::GET_CONTINUE_INFO)] = in InitExtendedLocalFuncsInner()
98 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::GET_DSCHED_EVENT_INFO)] = in InitExtendedLocalFuncsInner()
105 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_ABILITY)] = in InitLocalFuncsInner()
107 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::CONTINUE_MISSION)] = in InitLocalFuncsInner()
109 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::CONTINUE_MISSION_OF_BUNDLENAME)] = in InitLocalFuncsInner()
111 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION)] = in InitLocalFuncsInner()
113 localFuncsMap_[static_cas in InitLocalFuncsInner()
[all...]
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h42 std::map<uint32_t, DistributedSchedFunc> localFuncsMap_;
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h132 std::map<uint32_t, DistributedSchedFunc> localFuncsMap_; member in OHOS::DistributedSchedule::DistributedSchedStub

Completed in 6 milliseconds