Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds