Searched refs:handlesMap (Results 1 – 1 of 1) sorted by relevance
877 auto handlesMap = std::make_shared<std::unordered_map<uint32_t, std::string>>(); in GetHandlesMap() local878 CHECK_AND_RETURN_RET_LOG(handlesMap != nullptr, nullptr, "handlesMap is nullptr"); in GetHandlesMap()888 ScanDirTraverseWithType(root, handlesMap); in GetHandlesMap()890 GetHandles(context->handle, root, handlesMap); in GetHandlesMap()895 ScanDirWithType(root, handlesMap); in GetHandlesMap()899 ScanDirWithType(path, handlesMap); in GetHandlesMap()903 ScanDirWithType(root, handlesMap); in GetHandlesMap()905 return handlesMap; in GetHandlesMap()953 auto handlesMap = GetHandlesMap(context); in GetObjectPropList() local954 if (handlesMap == nullptr || handlesMap->empty()) { in GetObjectPropList()[all …]