Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H A Dv4l2_dev.h90 std::map<std::string, std::string> tmp_map; in CreateDevMap() local
91 tmp_map.insert(std::pair<std::string, std::string>("INVALID", "INVALID")); in CreateDevMap()
92 return tmp_map; in CreateDevMap()
97 std::map<std::string, int> tmp_map; in CreateFdMap() local
98 tmp_map.insert(std::pair<std::string, int>("INVALID", 0)); in CreateFdMap()
99 return tmp_map; in CreateFdMap()