Home
last modified time | relevance | path

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

/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp91 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
123 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
233 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
260 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
289 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
314 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
339 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
363 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
385 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
414 SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent); variable
[all …]
/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
Dlocation_button_test.cpp56 LocationButton comp; variable
70 LocationButton comp; variable
84 LocationButton comp; variable
103 LocationButton comp; variable
138 LocationButton comp; variable
173 LocationButton comp; variable
199 LocationButton comp; variable
222 LocationButton comp; variable
245 LocationButton comp; variable
Dsec_comp_kit_test.cpp95 LocationButton comp; variable
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp40 void SecCompInfoHelper::AdjustSecCompRect(SecCompBase* comp, float scale) in AdjustSecCompRect()
53 SecCompBase* comp = nullptr; in ParseComponent() local
141 static bool CheckSecCompBaseButton(const SecCompBase* comp) in CheckSecCompBaseButton()
182 static bool CheckSecCompBase(const SecCompBase* comp) in CheckSecCompBase()
208 bool SecCompInfoHelper::CheckComponentValid(SecCompBase* comp) in CheckComponentValid()
/base/update/updater/test/unittest/updater_binary/
Dupdater_binary_unittest.cpp143 ComponentInfoExt *comp = (ComponentInfoExt*)malloc( in CreatePackageBin() local
192 void BuildCompnentInfo(ComponentInfoExt &comp, const std::string &cmpName, in BuildCompnentInfo()
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
DUpdaterStartUpdaterProc_fuzzer.cpp123 std::vector<ComponentInfoExt> comp(fstabFile.size()); in CreatePackageZip() local
/base/update/updater/test/unittest/package/
Dpackage_unittest.cpp101 std::vector<ComponentInfoExt> comp(testFileNames_.size()); in TestPackagePack() local
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
Dextractandexecutescript_fuzzer.cpp256 std::vector<ComponentInfoExt> comp(inputFile.size()); in CreatePackageBin() local
/base/update/updater/test/fuzztest/package_fuzzer/
Dpackage_fuzzer.cpp97 std::vector<ComponentInfoExt> comp(testFileNames_.size()); in TestPackagePack() local
/base/update/updater/services/package/pkg_package/
Dpkg_upgradefile.cpp769 int32_t UpgradeFileEntry::GetUpGradeCompInfo(UpgradeCompInfo &comp) in GetUpGradeCompInfo()
804 UpgradeCompInfo comp; in EncodeHeader() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Delf_imitate.cpp850 auto comp = [](DfxSymbol a, DfxSymbol b) { return a.funcVaddr_ < b.funcVaddr_; }; in ParseSymbols() local