Home
last modified time | relevance | path

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

/base/security/security_component_manager/frameworks/inner_api/security_component/test/unittest/src/
Dlocation_button_test.cpp54 nlohmann::json jsonComponent; variable
71 nlohmann::json jsonComponent; variable
86 nlohmann::json jsonComponent; variable
111 nlohmann::json jsonComponent; variable
130 nlohmann::json jsonComponent; variable
149 nlohmann::json jsonComponent; variable
204 nlohmann::json jsonComponent; variable
240 nlohmann::json jsonComponent; variable
272 nlohmann::json jsonComponent; variable
309 nlohmann::json jsonComponent; variable
[all …]
Dtest_common.cpp20 void TestCommon::BuildComponentCommonInfo(nlohmann::json& jsonComponent) in BuildComponentCommonInfo()
70 void TestCommon::BuildLocationComponentInfo(nlohmann::json& jsonComponent) in BuildLocationComponentInfo()
101 void TestCommon::BuildSaveComponentInfo(nlohmann::json& jsonComponent) in BuildSaveComponentInfo()
132 void TestCommon::BuildPasteComponentInfo(nlohmann::json& jsonComponent) in BuildPasteComponentInfo()
Dpaste_button_test.cpp53 nlohmann::json jsonComponent; variable
97 nlohmann::json jsonComponent; variable
129 nlohmann::json jsonComponent; variable
166 nlohmann::json jsonComponent; variable
Dsave_button_test.cpp53 nlohmann::json jsonComponent; variable
101 nlohmann::json jsonComponent; variable
133 nlohmann::json jsonComponent; variable
170 nlohmann::json jsonComponent; variable
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp91 nlohmann::json jsonComponent; variable
107 nlohmann::json jsonComponent; variable
124 nlohmann::json jsonComponent; variable
250 nlohmann::json jsonComponent; variable
278 nlohmann::json jsonComponent; variable
309 nlohmann::json jsonComponent; variable
335 nlohmann::json jsonComponent; variable
361 nlohmann::json jsonComponent; variable
386 nlohmann::json jsonComponent; variable
409 nlohmann::json jsonComponent; variable
[all …]
Dservice_test_common.cpp21 void ServiceTestCommon::BuildLocationComponentJson(nlohmann::json& jsonComponent) in BuildLocationComponentJson()
97 void ServiceTestCommon::BuildSaveComponentJson(nlohmann::json& jsonComponent) in BuildSaveComponentJson()
173 void ServiceTestCommon::BuildPasteComponentJson(nlohmann::json& jsonComponent) in BuildPasteComponentJson()
Dsec_comp_entity_test.cpp184 nlohmann::json jsonComponent; variable
Dsec_comp_perm_manager_test.cpp198 nlohmann::json jsonComponent; variable
/base/security/security_component_manager/test/fuzztest/security_component/common/
Dfuzz_common.cpp72 nlohmann::json jsonComponent; in ConstructLocationJson() local
127 nlohmann::json jsonComponent; in ConstructSaveJson() local
182 nlohmann::json jsonComponent; in ConstructPasteJson() local
254 void CompoRandomGenerator::ConstructWindowJson(nlohmann::json &jsonComponent, SecCompRect &window, in ConstructWindowJson()
/base/security/security_component_manager/interfaces/inner_api/security_component_common/
Dsec_comp_info_helper.h27 T* ConstructComponent(const nlohmann::json& jsonComponent, std::string& message, bool isClicked) in ConstructComponent()
/base/security/security_component_manager/frameworks/enhance_adapter/test/unittest/src/
Dsec_comp_enhance_adapter_test.cpp112 const nlohmann::json jsonComponent; variable
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_manager.cpp372 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, int32_t& scId) in RegisterSecurityComponent()
419 int32_t SecCompManager::UpdateSecurityComponent(int32_t scId, const nlohmann::json& jsonComponent, in UpdateSecurityComponent()
474 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, std::string& message) in CheckClickSecurityComponentInfo()
Dsec_comp_info_helper.cpp72 …cCompBase* SecCompInfoHelper::ParseComponent(SecCompType type, const nlohmann::json& jsonComponent, in ParseComponent()
/base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/
Dreportsecuritycomponentclickeventstub_fuzzer.cpp52 void GetCompoRect(nlohmann::json &jsonComponent, SecCompRect& rect) in GetCompoRect()
/base/security/security_component_manager/frameworks/enhance_adapter/src/
Dsec_comp_enhance_adapter.cpp336 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhance()
/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
Dsec_comp_enhance_adapter.cpp237 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhance()