Searched refs:ReadTomlFile (Results 1 – 9 of 9) sorted by relevance
422 int32_t Device::ReadTomlFile(const std::string &filePath) in ReadTomlFile() function in OHOS::Msdp::DeviceStatus::Device473 if (ReadTomlFile(MakeConfigFileName()) != RET_OK) { in LoadDeviceConfig()
70 int32_t ReadTomlFile(const std::string &filePath, DeviceConfig &devConf);
121 int32_t ReadTomlFile(const std::string &filePath);
62 if (ReadTomlFile(GetTomlFilePath(fileName), devConf) != RET_OK) { in AddDeviceConfig()
255 int32_t ret = dev->ReadTomlFile(filePath);
252 int32_t ret = dev->ReadTomlFile(filePath);
475 int32_t ReadTomlFile(const std::string &filePath, DeviceConfig &devConf) in ReadTomlFile() function