Home
last modified time | relevance | path

Searched refs:CreateNodeFile (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_simulation_node.cpp82 int32_t ThermalSimulationNode::CreateNodeFile(std::string filePath) in CreateNodeFile() function in OHOS::HDI::Thermal::V1_1::ThermalSimulationNode
129 CreateNodeFile(static_cast<std::string>(fileBuf)); in AddSensorTypeTemp()
164 CreateNodeFile(static_cast<std::string>(typePath)); in AddFanSensorNode()
172 CreateNodeFile(static_cast<std::string>(speedPath)); in AddFanSensorNode()
203 CreateNodeFile(static_cast<std::string>(fileBuf)); in AddMitigationDevice()
208 CreateNodeFile(static_cast<std::string>(fileBuf)); in AddMitigationDevice()
215 CreateNodeFile(static_cast<std::string>(fileBuf)); in AddMitigationDevice()
224 CreateNodeFile(static_cast<std::string>(fileBuf)); in AddMitigationDevice()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_utils_test.cpp42 EXPECT_EQ(true, FileOperation::CreateNodeFile(dir) != ERR_OK);
46 EXPECT_EQ(true, FileOperation::CreateNodeFile(dir) == ERR_OK);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_action_manager.cpp100 FileOperation::CreateNodeFile(static_cast<std::string>(fileBuf)); in CreateActionMockFile()
109 FileOperation::CreateNodeFile(static_cast<std::string>(stateFileBuf)); in CreateActionMockFile()
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/
H A Dfile_operation.h27 static int32_t CreateNodeFile(std::string filePath);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_simulation_node.h35 int32_t CreateNodeFile(std::string filePath);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp76 if (!CreateNodeFile(filePath)) { in DumpJsonValueToFile()
96 bool JsonUtils::CreateNodeFile(const std::string &filePath) in CreateNodeFile() function in OHOS::DevStandbyMgr::JsonUtils
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h120 static bool CreateNodeFile(const std::string &filePath);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Ddata_storage_helper.h40 bool CreateNodeFile(const std::string &filePath);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp99 if (!CreateNodeFile(filePath)) { in SaveJsonValueToFile()
180 bool DataStorageHelper::CreateNodeFile(const std::string &filePath) in CreateNodeFile() function in OHOS::BackgroundTaskMgr::DataStorageHelper
/ohos5.0/base/powermgr/thermal_manager/utils/native/src/
H A Dfile_operation.cpp48 int32_t FileOperation::CreateNodeFile(std::string filePath) in CreateNodeFile() function in OHOS::PowerMgr::FileOperation
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp190 JsonUtils::CreateNodeFile("/data/service/el1/public/device_standby/allow_record");
191 JsonUtils::CreateNodeFile("/data/service/el1/public/device_standby/allow_record");
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h167 int32_t CreateNodeFile(std::string filePath);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1147 CreateNodeFile(PERSISTED_FILE_PATH); in RefreshPersistedWorks()
1178 int32_t WorkSchedulerService::CreateNodeFile(std::string filePath) in CreateNodeFile() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp663 EXPECT_FALSE(DelayedSingleton<DataStorageHelper>::GetInstance()->CreateNodeFile(""));