Searched refs:LoadConfig (Results 1 - 7 of 7) sorted by relevance
/base/powermgr/power_manager/utils/vibrator/include/ |
H A D | power_vibrator.h | 27 void LoadConfig(const std::string& etcPath, const std::string& vendorPath, const std::string& systemPath);
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_clone_manager.h | 41 ErrCode LoadConfig(UniqueFd &fd, std::string& config);
|
/base/powermgr/power_manager/utils/vibrator/src/ |
H A D | power_vibrator.cpp | 35 void PowerVibrator::LoadConfig(
in LoadConfig() function in OHOS::PowerMgr::PowerVibrator
|
/base/notification/distributed_notification_service/services/ans/src/clone/ |
H A D | notification_clone_manager.cpp | 91 if (LoadConfig(fd, storeMessage) != ERR_OK) { in OnRestore() 127 ErrCode NotificationCloneManager::LoadConfig(UniqueFd &fd, std::string& config) in LoadConfig() function in OHOS::Notification::NotificationCloneManager 132 ANS_LOGW("LoadConfig fstat fd fail %{public}d.", fd.Get()); in LoadConfig() 137 ANS_LOGW("LoadConfig open file fail."); in LoadConfig() 141 ANS_LOGW("LoadConfig fd sendfile(size: %{public}d) to destFd fail.", static_cast<int>(statBuf.st_size)); in LoadConfig()
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_util_test.cpp | 354 vibrator->LoadConfig(POWER_VIBRATOR_CONFIG_FILE, in HWTEST_F()
|
/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 909 vibrator->LoadConfig(BATTERY_VIBRATOR_CONFIG_FILE, in VibratorInit()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1607 vibrator->LoadConfig(POWER_VIBRATOR_CONFIG_FILE, in VibratorInit()
|
Completed in 9 milliseconds