Home
last modified time | relevance | path

Searched refs:CLASSES (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp196 if (IsString(parObj, DEVICE_NAME) && IsString(parObj, PHYSICAL_PATH) && IsInt32(parObj, CLASSES)) { in GetNodeDesc()
199 classes = parObj.at(CLASSES).get<int32_t>(); in GetNodeDesc()
/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp69 tmpJson[CLASSES] = pBuf.classes; in StructTransJson()
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_inject.cpp99 tmpJson[CLASSES] = pBuf.classes; in StructTransJson()
H A Ddistributed_input_node_manager.cpp120 if (IsUInt32(inputDeviceJson, CLASSES)) { in ParseInputDeviceBasicInfo()
121 pBuf.classes = inputDeviceJson[CLASSES].get<uint32_t>(); in ParseInputDeviceBasicInfo()
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h183 const std::string CLASSES = "classes"; member

Completed in 4 milliseconds