Home
last modified time | relevance | path

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

/ohos5.0/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()
198 physicalPath = parObj.at(PHYSICAL_PATH).get<std::string>(); in GetNodeDesc()
/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp62 tmpJson[PHYSICAL_PATH] = pBuf.physicalPath; in StructTransJson()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h169 const std::string PHYSICAL_PATH = "physicalPath"; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_inject.cpp92 tmpJson[PHYSICAL_PATH] = pBuf.physicalPath; in StructTransJson()
H A Ddistributed_input_node_manager.cpp99 if (IsString(inputDeviceJson, PHYSICAL_PATH)) { in ParseInputDeviceBasicInfo()
100 pBuf.physicalPath = inputDeviceJson[PHYSICAL_PATH].get<std::string>(); in ParseInputDeviceBasicInfo()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp71 const std::string PHYSICAL_PATH = "/data/app/el2/100/log/"; variable
377 fileName = PHYSICAL_PATH + std::string(g_appName) + "/trace/" + std::string(file); in SetAppFileName()