/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_simulation_node.cpp | 82 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 D | thermal_utils_test.cpp | 42 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 D | thermal_action_manager.cpp | 100 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 D | file_operation.h | 27 static int32_t CreateNodeFile(std::string filePath);
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_simulation_node.h | 35 int32_t CreateNodeFile(std::string filePath);
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 76 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 D | json_utils.h | 120 static bool CreateNodeFile(const std::string &filePath);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | data_storage_helper.h | 40 bool CreateNodeFile(const std::string &filePath);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | data_storage_helper.cpp | 99 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 D | file_operation.cpp | 48 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 D | standby_utils_unit_test.cpp | 190 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 D | work_scheduler_service.h | 167 int32_t CreateNodeFile(std::string filePath);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 1147 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 D | bgtask_misc_unit_test.cpp | 663 EXPECT_FALSE(DelayedSingleton<DataStorageHelper>::GetInstance()->CreateNodeFile(""));
|