Home
last modified time | relevance | path

Searched refs:ReadTomlFile (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp422 int32_t Device::ReadTomlFile(const std::string &filePath) in ReadTomlFile() function in OHOS::Msdp::DeviceStatus::Device
473 if (ReadTomlFile(MakeConfigFileName()) != RET_OK) { in LoadDeviceConfig()
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp422 int32_t Device::ReadTomlFile(const std::string &filePath) in ReadTomlFile() function in OHOS::Msdp::DeviceStatus::Device
473 if (ReadTomlFile(MakeConfigFileName()) != RET_OK) { in LoadDeviceConfig()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil.h70 int32_t ReadTomlFile(const std::string &filePath, DeviceConfig &devConf);
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h121 int32_t ReadTomlFile(const std::string &filePath);
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h121 int32_t ReadTomlFile(const std::string &filePath);
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp62 if (ReadTomlFile(GetTomlFilePath(fileName), devConf) != RET_OK) { in AddDeviceConfig()
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_test.cpp255 int32_t ret = dev->ReadTomlFile(filePath);
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_test.cpp252 int32_t ret = dev->ReadTomlFile(filePath);
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp475 int32_t ReadTomlFile(const std::string &filePath, DeviceConfig &devConf) in ReadTomlFile() function