Home
last modified time | relevance | path

Searched refs:interfaceQueryToStrMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h211 static std::map<int, InterfaceQueryToStrFunc> interfaceQueryToStrMap; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp48 …, DistributedWantParams::InterfaceQueryToStrFunc> DistributedWantParams::interfaceQueryToStrMap = { member in OHOS::DistributedSchedule::DistributedWantParams
302 auto iter = interfaceQueryToStrMap.find(typeId); in GetStringByType()
303 if (iter != interfaceQueryToStrMap.end()) { in GetStringByType()