Searched refs:PHYSICAL_PATH (Results 1 – 6 of 6) sorted by relevance
196 …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()
62 tmpJson[PHYSICAL_PATH] = pBuf.physicalPath; in StructTransJson()
169 const std::string PHYSICAL_PATH = "physicalPath"; variable
92 tmpJson[PHYSICAL_PATH] = pBuf.physicalPath; in StructTransJson()
99 if (IsString(inputDeviceJson, PHYSICAL_PATH)) { in ParseInputDeviceBasicInfo()100 pBuf.physicalPath = inputDeviceJson[PHYSICAL_PATH].get<std::string>(); in ParseInputDeviceBasicInfo()
71 const std::string PHYSICAL_PATH = "/data/app/el2/100/log/"; variable377 fileName = PHYSICAL_PATH + std::string(g_appName) + "/trace/" + std::string(file); in SetAppFileName()