Home
last modified time | relevance | path

Searched defs:jsonRes (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsec_comp_register_callback_test.cpp133 nlohmann::json jsonRes; variable
154 nlohmann::json jsonRes; variable
181 nlohmann::json jsonRes; variable
201 nlohmann::json jsonRes; variable
237 nlohmann::json jsonRes; variable
271 nlohmann::json jsonRes; variable
288 nlohmann::json jsonRes; variable
324 nlohmann::json jsonRes; variable
363 nlohmann::json jsonRes; variable
401 nlohmann::json jsonRes; variable
[all …]
H A Dsec_comp_kit_test.cpp114 nlohmann::json jsonRes; variable
189 nlohmann::json jsonRes; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_service_mock_test.cpp87 nlohmann::json jsonRes; variable
134 nlohmann::json jsonRes; variable
169 nlohmann::json jsonRes; variable
210 nlohmann::json jsonRes; variable
272 nlohmann::json jsonRes; variable
H A Dsec_comp_service_test.cpp251 nlohmann::json jsonRes; variable
360 nlohmann::json jsonRes; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_service.cpp172 SecCompCallerInfo& caller, nlohmann::json& jsonRes) in ParseParams()
201 nlohmann::json jsonRes = nlohmann::json::parse(componentInfo, nullptr, false); in RegisterSecurityComponent() local
230 nlohmann::json jsonRes; in UpdateSecurityComponent() local
253 nlohmann::json jsonRes; in ReportSecurityComponentClickEvent() local
H A Dfirst_use_dialog.cpp143 bool FirstUseDialog::ParseRecord(nlohmann::json& jsonRes, in ParseRecord()
166 void FirstUseDialog::ParseRecords(nlohmann::json& jsonRes) in ParseRecords()
199 nlohmann::json jsonRes = nlohmann::json::parse(content, nullptr, false); in LoadFirstUseRecord() local
225 nlohmann::json jsonRes; in SaveFirstUseRecord() local
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Ddlp_permission_set_parser.cpp67 nlohmann::json jsonRes = nlohmann::json::parse(dlpPermsRawData, nullptr, false); in ParserDlpPermsRawData() local
H A Dpermission_definition_parser.cpp208 nlohmann::json jsonRes = nlohmann::json::parse(permsRawData, nullptr, false); in ParserPermsRawData() local
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dvisit_record_file_manager.cpp69 int32_t VisitRecordFileManager::UpdateFile(const int32_t& jsonRes) in UpdateFile()
H A Dretention_file_manager.cpp79 int32_t RetentionFileManager::UpdateFile(const int32_t& jsonRes) in UpdateFile()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dnative_token_receptor.cpp144 nlohmann::json jsonRes = nlohmann::json::parse(nativeRawData, nullptr, false); in ParserNativeRawData() local
/ohos5.0/base/security/access_token/services/common/config_policy/src/
H A Dconfig_policy_loader.cpp124 nlohmann::json jsonRes = nlohmann::json::parse(fileContent, nullptr, false); in GetConfigValueFromFile() local