Home
last modified time | relevance | path

Searched defs:fileContent (Results 1 – 19 of 19) sorted by relevance

/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
Dethernet_configuration_test.cpp103 std::string fileContent = ""; variable
154 std::string fileContent = ""; variable
170 std::string fileContent = ""; variable
182 std::string fileContent = "DEVICE=eth0\nBOOTPROTO=LAN_STATIC\n"; variable
208 std::string fileContent = variable
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
Dethernet_configuration.cpp201 std::string fileContent; in ReadUserConfiguration() local
238 std::string fileContent; in WriteUserConfiguration() local
435 bool EthernetConfiguration::ReadFile(const std::string &filePath, std::string &fileContent) in ReadFile()
459 bool EthernetConfiguration::WriteFile(const std::string &filePath, const std::string &fileContent) in WriteFile()
473 void EthernetConfiguration::ParserFileConfig(const std::string &fileContent, std::string &iface, in ParserFileConfig()
482 void EthernetConfiguration::ParseDevice(const std::string &fileContent, std::string &iface) in ParseDevice()
493 void EthernetConfiguration::ParseBootProto(const std::string &fileContent, sptr<InterfaceConfigurat… in ParseBootProto()
512 void EthernetConfiguration::ParseStaticConfig(const std::string &fileContent, sptr<InterfaceConfigu… in ParseStaticConfig()
562 void EthernetConfiguration::ParserFileHttpProxy(const std::string &fileContent, const sptr<Interfac… in ParserFileHttpProxy()
638 std::string &fileContent) in GenCfgContent()
[all …]
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
Dswitch_status_collector.cpp38 std::string fileContent = ""; in ConvertToProfile() local
65 int32_t SwitchStatusCollector::LoadJsonFile(const std::string& filePath, std::string& fileContent) in LoadJsonFile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dstatic_capability_loader_test.cpp96 std::string fileContent; variable
110 std::string fileContent; variable
124 std::string fileContent; variable
138 std::string fileContent; variable
152 std::string fileContent; variable
166 std::string fileContent; variable
/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
Dstatic_capability_loader.cpp52 std::string fileContent = ""; in LoadStaticCapability() local
75 int32_t StaticCapabilityLoader::LoadJsonFile(const std::string& filePath, std::string& fileContent) in LoadJsonFile()
311 std::string fileContent = ""; in LoadStaticInfo() local
350 std::string fileContent = ""; in LoadStaticProfiles() local
/foundation/ability/idl_tool/test/unittest/cacheable_test/
Dcacheable_common.h69 int PrepareIdlFile(const std::string &fileName, const std::string &fileContent) in PrepareIdlFile()
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
Dcgroup_adjuster.cpp70 char fileContent[MAX_SIZE] = {0}; in AdjustForkProcessGroup() local
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
Dintell_voice_info.h147 std::vector<uint8_t> fileContent; member
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
Dimage_compress.cpp111 std::unique_ptr<uint8_t[]> &fileContent, int64_t &fileLength) in GetImageFileInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
Ddata_share_profile_config.cpp184 std::unique_ptr<uint8_t[]> fileContent = nullptr; in GetResFromResMgr() local
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/
Ddbms_services_kit_test.cpp903 std::unique_ptr<uint8_t[]> fileContent; variable
1474 std::unique_ptr<uint8_t[]> fileContent; variable
1500 std::unique_ptr<uint8_t[]> fileContent = std::make_unique<uint8_t[]>(fileLength); variable
/foundation/ai/intelligent_voice_framework/interfaces/kits/js/
D@ohos.ai.intelligentVoice.d.ts259 fileContent: ArrayBuffer; property
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
Dnet_policy_file.cpp76 std::string fileContent = buffer.str(); in ReadFile() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialib_statistic_test/src/
Dmedia_space_statistics_test.cpp298 const unsigned char fileContent[], const int len) in CreateFile()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dplugin_texture_encode_test.cpp548 std::string fileContent{std::istreambuf_iterator<char>{contents}, {}}; in ReadFileExtern() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dmedia_file_utils_test.cpp808 std::string fileContent; variable
/foundation/communication/netmanager_base/utils/common_utils/src/
Dnetmanager_base_common_utils.cpp632 bool WriteFile(const std::string &filePath, const std::string &fileContent) in WriteFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmedia_file_utils.cpp744 bool MediaFileUtils::ReadStrFromFile(const std::string &filePath, std::string &fileContent) in ReadStrFromFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/
Dmedia_library_manager_test.cpp246 const unsigned char fileContent[]) in CreateFile()