Home
last modified time | relevance | path

Searched refs:IsUInt16 (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Ddh_utils_tool.h52 bool IsUInt16(const cJSON* jsonObj, const std::string& key);
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp105 if (IsUInt16(inputDeviceJson, BUS)) { in ParseInputDeviceBasicInfo()
108 if (IsUInt16(inputDeviceJson, VENDOR)) { in ParseInputDeviceBasicInfo()
111 if (IsUInt16(inputDeviceJson, PRODUCT)) { in ParseInputDeviceBasicInfo()
114 if (IsUInt16(inputDeviceJson, VERSION)) { in ParseInputDeviceBasicInfo()
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_utils_tool.h46 bool IsUInt16(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info.cpp228 if (!IsUInt16(jsonObject, DEV_TYPE)) { in FromJson()
H A Dmeta_capability_info.cpp184 if (!IsUInt16(jsonObject, DEV_TYPE)) { in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp175 bool IsUInt16(const cJSON* jsonObj, const std::string& key) in IsUInt16() function
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp165 bool IsUInt16(const nlohmann::json &jsonObj, const std::string &key) in IsUInt16() function

Completed in 4 milliseconds