Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dlocation_button_test.cpp54 nlohmann::json jsonComponent; variable
69 nlohmann::json jsonComponent; variable
82 nlohmann::json jsonComponent; variable
102 nlohmann::json jsonComponent; variable
137 nlohmann::json jsonComponent; variable
172 nlohmann::json jsonComponent; variable
198 nlohmann::json jsonComponent; variable
221 nlohmann::json jsonComponent; variable
244 nlohmann::json jsonComponent; variable
269 nlohmann::json jsonComponent; variable
[all …]
H A Dtest_common.cpp20 void TestCommon::BuildLocationComponentInfo(nlohmann::json& jsonComponent) in BuildLocationComponentInfo()
76 void TestCommon::BuildSaveComponentInfo(nlohmann::json& jsonComponent) in BuildSaveComponentInfo()
132 void TestCommon::BuildPasteComponentInfo(nlohmann::json& jsonComponent) in BuildPasteComponentInfo()
H A Dpaste_button_test.cpp53 nlohmann::json jsonComponent; variable
95 nlohmann::json jsonComponent; variable
125 nlohmann::json jsonComponent; variable
160 nlohmann::json jsonComponent; variable
H A Dsave_button_test.cpp53 nlohmann::json jsonComponent; variable
95 nlohmann::json jsonComponent; variable
125 nlohmann::json jsonComponent; variable
160 nlohmann::json jsonComponent; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_info_helper_test.cpp89 nlohmann::json jsonComponent; variable
104 nlohmann::json jsonComponent; variable
120 nlohmann::json jsonComponent; variable
230 nlohmann::json jsonComponent; variable
257 nlohmann::json jsonComponent; variable
287 nlohmann::json jsonComponent; variable
312 nlohmann::json jsonComponent; variable
337 nlohmann::json jsonComponent; variable
361 nlohmann::json jsonComponent; variable
383 nlohmann::json jsonComponent; variable
[all …]
H A Dservice_test_common.cpp20 void ServiceTestCommon::BuildLocationComponentJson(nlohmann::json& jsonComponent) in BuildLocationComponentJson()
76 void ServiceTestCommon::BuildSaveComponentJson(nlohmann::json& jsonComponent) in BuildSaveComponentJson()
132 void ServiceTestCommon::BuildPasteComponentJson(nlohmann::json& jsonComponent) in BuildPasteComponentJson()
H A Dsec_comp_entity_test.cpp177 nlohmann::json jsonComponent; variable
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp76 nlohmann::json jsonComponent; in ConstructLocationJson() local
118 nlohmann::json jsonComponent; in ConstructSaveJson() local
159 nlohmann::json jsonComponent; in ConstructPasteJson() local
241nlohmann::json &jsonComponent, SecCompRect &window, PaddingSize &padding, SecCompRect &buttonRect) in ConstructWindowJson()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.h28 T* ConstructComponent(const nlohmann::json& jsonComponent) in ConstructComponent()
H A Dsec_comp_manager.cpp342 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, int32_t& scId) in RegisterSecurityComponent()
386 int32_t SecCompManager::UpdateSecurityComponent(int32_t scId, const nlohmann::json& jsonComponent, in UpdateSecurityComponent()
440 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller) in CheckClickSecurityComponentInfo()
497 const nlohmann::json& jsonComponent, const SecCompCallerInfo& caller, in ReportSecurityComponentClickEvent()
H A Dsec_comp_info_helper.cpp51 …cCompBase* SecCompInfoHelper::ParseComponent(SecCompType type, const nlohmann::json& jsonComponent) in ParseComponent()
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/test/unittest/src/
H A Dsec_comp_enhance_adapter_test.cpp113 const nlohmann::json jsonComponent; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
H A Dsec_comp_enhance_adapter.cpp221 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhance()
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/src/
H A Dsec_comp_enhance_adapter.cpp341 std::shared_ptr<SecCompBase>& compInfo, const nlohmann::json& jsonComponent) in CheckComponentInfoEnhance()