Home
last modified time | relevance | path

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

/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/upgrade/file_transfer/config_parser/src/
Dhks_config_parser_test.cpp113 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet001), variable
156 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet002), variable
199 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet003), variable
242 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet004), variable
285 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet005), variable
323 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet006), variable
366 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet007), variable
409 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet008), variable
452 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet009), variable
495 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet010), variable
[all …]
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksfiletransfer_fuzzer/
Dhksfiletransfer_fuzzer.cpp72 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet001), in HksServiceUpgradeConfigParserTest001() local
105 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet002), in HksServiceUpgradeConfigParserTest002() local
138 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet003), in HksServiceUpgradeConfigParserTest003() local
171 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet004), in HksServiceUpgradeConfigParserTest004() local
204 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet005), in HksServiceUpgradeConfigParserTest005() local
237 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet006), in HksServiceUpgradeConfigParserTest006() local
270 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet007), in HksServiceUpgradeConfigParserTest007() local
303 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet008), in HksServiceUpgradeConfigParserTest008() local
336 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet009), in HksServiceUpgradeConfigParserTest009() local
369 struct HksBlob fileContent = { .data = reinterpret_cast<uint8_t *>(paramSet010), in HksServiceUpgradeConfigParserTest010() local
[all …]
/base/powermgr/display_manager/brightness_manager/src/
Dbrightness_config_parser.cpp35 const std::string fileContent = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig() local
44 bool BrightnessConfigParser::ParseConfigJsonRoot(const std::string& fileContent, BrightnessConfig::… in ParseConfigJsonRoot()
Dcalculation_config_parser.cpp35 const std::string fileContent = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
46 int displayId, const std::string& fileContent, CalculationConfig::Data& data) in ParseConfigJsonRoot()
Dlux_threshold_config_parser.cpp102 const std::string fileContent = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
112 bool LuxThresholdConfigParser::ParseConfigJsonRoot(const std::string& fileContent, LuxThresholdConf… in ParseConfigJsonRoot()
Dlux_filter_config_parser.cpp76 const std::string fileContent = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() local
87 const std::string& fileContent, std::unordered_map<std::string, LuxFilterConfig::Data>& data) in ParseConfigJsonRoot()
/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
Dhks_file_transfer.c114 const struct HksBlob *fileContent, const struct HksUpgradeFileTransferInfo *info) in TransferFile()
178 static int32_t GetFileContent(const char *path, const char *alias, struct HksBlob *fileContent) in GetFileContent()
199 struct HksBlob fileContent = { 0 }; in ProcessFileUpgrade() local
Dhks_config_parser.c95 static int32_t ParseOwnerIdFromFileContent(const struct HksBlob *fileContent, uint32_t *uid, uint64… in ParseOwnerIdFromFileContent()
189 int32_t HksParseConfig(const char *alias, const struct HksBlob *fileContent, struct HksUpgradeFileT… in HksParseConfig()
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
Dhap_verify_test.cpp167 std::string fileContent[TEST_FILE_NUM] = {HAP_FILE_ECC_SIGN_BASE64, HAP_FILE_RSA_SIGN_BASE64}; variable
243 std::string fileContent = HAP_FILE_ECC_SIGN_BASE64; variable
/base/security/huks/utils/file_iterative_reader/src/
Dhks_iterative_reader.c186 …32_t HksReadFileWithIterativeReader(struct HksIterativeReader *reader, struct HksBlob *fileContent, in HksReadFileWithIterativeReader()
/base/security/access_token/services/common/json_parse/src/
Djson_parse_loader.cpp221 … ConfigPolicLoader::GetConfigValueFromFile(const ServiceType& type, const std::string& fileContent, in GetConfigValueFromFile()
251 std::string fileContent; in GetConfigValue() local
/base/telephony/call_manager/services/antifraud/src/
Dantifraud_cloud_service.cpp297 const std::string &fileContent, const std::string &boundary) in GenerateHeadersMap()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager8_gtest.cpp1114 std::string fileContent = "abcdefghij"; variable