Home
last modified time | relevance | path

Searched defs:jsonComponent (Results 1 – 11 of 11) sorted by relevance

/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
Dlocation_button_test.cpp54 nlohmann::json jsonComponent; variable
68 nlohmann::json jsonComponent; variable
81 nlohmann::json jsonComponent; variable
101 nlohmann::json jsonComponent; variable
136 nlohmann::json jsonComponent; variable
171 nlohmann::json jsonComponent; variable
197 nlohmann::json jsonComponent; variable
220 nlohmann::json jsonComponent; variable
243 nlohmann::json jsonComponent; variable
268 nlohmann::json jsonComponent; variable
[all …]
Dtest_common.cpp20 void TestCommon::BuildLocationComponentInfo(nlohmann::json& jsonComponent) in BuildLocationComponentInfo()
69 void TestCommon::BuildSaveComponentInfo(nlohmann::json& jsonComponent) in BuildSaveComponentInfo()
118 void TestCommon::BuildPasteComponentInfo(nlohmann::json& jsonComponent) in BuildPasteComponentInfo()
Dsave_button_test.cpp53 nlohmann::json jsonComponent; variable
95 nlohmann::json jsonComponent; variable
125 nlohmann::json jsonComponent; variable
160 nlohmann::json jsonComponent; variable
Dpaste_button_test.cpp53 nlohmann::json jsonComponent; variable
95 nlohmann::json jsonComponent; variable
125 nlohmann::json jsonComponent; variable
160 nlohmann::json jsonComponent; variable
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp85 nlohmann::json jsonComponent; variable
100 nlohmann::json jsonComponent; variable
116 nlohmann::json jsonComponent; variable
226 nlohmann::json jsonComponent; variable
247 nlohmann::json jsonComponent; variable
277 nlohmann::json jsonComponent; variable
302 nlohmann::json jsonComponent; variable
327 nlohmann::json jsonComponent; variable
356 nlohmann::json jsonComponent; variable
378 nlohmann::json jsonComponent; variable
[all …]
Dservice_test_common.cpp20 void ServiceTestCommon::BuildLocationComponentJson(nlohmann::json& jsonComponent) in BuildLocationComponentJson()
69 void ServiceTestCommon::BuildSaveComponentJson(nlohmann::json& jsonComponent) in BuildSaveComponentJson()
118 void ServiceTestCommon::BuildPasteComponentJson(nlohmann::json& jsonComponent) in BuildPasteComponentJson()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.h28 T* ConstructComponent(const nlohmann::json& jsonComponent) in ConstructComponent()
Dsec_comp_manager.cpp317 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, int32_t& scId) in RegisterSecurityComponent()
357 int32_t SecCompManager::UpdateSecurityComponent(int32_t scId, const nlohmann::json& jsonComponent, in UpdateSecurityComponent()
407 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller) in CheckClickSecurityComponentInfo()
442 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, in ReportSecurityComponentClickEvent()
Dsec_comp_info_helper.cpp38 …cCompBase* SecCompInfoHelper::ParseComponent(SecCompType type, const nlohmann::json& jsonComponent) in ParseComponent()
/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
Dsec_comp_enhance_adapter.cpp97 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhnace()
/base/security/security_component_manager/frameworks/enhance_adapter/src/
Dsec_comp_enhance_adapter.cpp211 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhnace()