Searched refs:IsUInt16 (Results 1 - 7 of 7) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | dh_utils_tool.h | 52 bool IsUInt16(const cJSON* jsonObj, const std::string& key);
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | distributed_input_node_manager.cpp | 105 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 D | dinput_utils_tool.h | 46 bool IsUInt16(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | capability_info.cpp | 228 if (!IsUInt16(jsonObject, DEV_TYPE)) { in FromJson()
|
H A D | meta_capability_info.cpp | 184 if (!IsUInt16(jsonObject, DEV_TYPE)) { in FromJson()
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | dh_utils_tool.cpp | 175 bool IsUInt16(const cJSON* jsonObj, const std::string& key) in IsUInt16() function
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 165 bool IsUInt16(const nlohmann::json &jsonObj, const std::string &key) in IsUInt16() function
|
Completed in 4 milliseconds