Searched refs:interfaceQueryToStrMap (Results 1 – 2 of 2) sorted by relevance
211 static std::map<int, InterfaceQueryToStrFunc> interfaceQueryToStrMap; variable
48 …, DistributedWantParams::InterfaceQueryToStrFunc> DistributedWantParams::interfaceQueryToStrMap = { member in OHOS::DistributedSchedule::DistributedWantParams302 auto iter = interfaceQueryToStrMap.find(typeId); in GetStringByType()303 if (iter != interfaceQueryToStrMap.end()) { in GetStringByType()