Searched refs:ReadTomlFile (Results 1 – 2 of 2) sorted by relevance
106 int32_t ReadTomlFile(const std::string &filePath);
391 int32_t Device::ReadTomlFile(const std::string &filePath) in ReadTomlFile() function in OHOS::Msdp::DeviceStatus::Device442 if (ReadTomlFile(MakeConfigFileName()) != RET_OK) { in LoadDeviceConfig()