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
108 nlohmann::json jsonComponent; variable
145 nlohmann::json jsonComponent; variable
182 nlohmann::json jsonComponent; variable
210 nlohmann::json jsonComponent; variable
235 nlohmann::json jsonComponent; variable
260 nlohmann::json jsonComponent; variable
287 nlohmann::json jsonComponent; variable
[all …]
Dtest_common.cpp20 void TestCommon::BuildLocationComponentInfo(nlohmann::json& jsonComponent) in BuildLocationComponentInfo()
89 void TestCommon::BuildSaveComponentInfo(nlohmann::json& jsonComponent) in BuildSaveComponentInfo()
158 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.cpp90 nlohmann::json jsonComponent; variable
106 nlohmann::json jsonComponent; variable
123 nlohmann::json jsonComponent; variable
246 nlohmann::json jsonComponent; variable
274 nlohmann::json jsonComponent; variable
305 nlohmann::json jsonComponent; variable
331 nlohmann::json jsonComponent; variable
357 nlohmann::json jsonComponent; variable
382 nlohmann::json jsonComponent; variable
405 nlohmann::json jsonComponent; variable
[all …]
Dservice_test_common.cpp21 void ServiceTestCommon::BuildLocationComponentJson(nlohmann::json& jsonComponent) in BuildLocationComponentJson()
90 void ServiceTestCommon::BuildSaveComponentJson(nlohmann::json& jsonComponent) in BuildSaveComponentJson()
159 void ServiceTestCommon::BuildPasteComponentJson(nlohmann::json& jsonComponent) in BuildPasteComponentJson()
Dsec_comp_entity_test.cpp180 nlohmann::json jsonComponent; variable
Dsec_comp_perm_manager_test.cpp193 nlohmann::json jsonComponent; variable
/base/security/security_component_manager/test/fuzztest/security_component/common/
Dfuzz_common.cpp63 nlohmann::json jsonComponent; in ConstructLocationJson() local
111 nlohmann::json jsonComponent; in ConstructSaveJson() local
159 nlohmann::json jsonComponent; in ConstructPasteJson() local
224 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.cpp113 const nlohmann::json jsonComponent; variable
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_manager.cpp354 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, int32_t& scId) in RegisterSecurityComponent()
399 int32_t SecCompManager::UpdateSecurityComponent(int32_t scId, const nlohmann::json& jsonComponent, in UpdateSecurityComponent()
454 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, std::string& message) in CheckClickSecurityComponentInfo()
Dsec_comp_info_helper.cpp63 …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/services/security_component_service/sa/test/mock/src/
Dsec_comp_enhance_adapter.cpp221 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhance()
/base/security/security_component_manager/frameworks/enhance_adapter/src/
Dsec_comp_enhance_adapter.cpp341 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhance()