Home
last modified time | relevance | path

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

/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp94 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
128 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
254 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
282 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
312 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
338 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
364 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
389 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
412 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
442 … SecCompBase* comp = SecCompInfoHelper::ParseComponent(LOCATION_COMPONENT, jsonComponent, message); variable
[all …]
Dsec_comp_perm_manager_test.cpp201 SecCompBase* comp = SecCompInfoHelper::ParseComponent(SAVE_COMPONENT, jsonComponent, message); variable
/base/security/security_component_manager/frameworks/inner_api/security_component/test/unittest/src/
Dlocation_button_test.cpp55 LocationButton comp; variable
72 LocationButton comp; variable
87 LocationButton comp; variable
112 LocationButton comp; variable
131 LocationButton comp; variable
150 LocationButton comp; variable
205 LocationButton comp; variable
241 LocationButton comp; variable
273 LocationButton comp; variable
310 LocationButton comp; variable
[all …]
Dsec_comp_kit_test.cpp100 LocationButton comp; variable
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp49 void SecCompInfoHelper::AdjustSecCompRect(SecCompBase* comp, float scale, bool isCompatScaleMode) in AdjustSecCompRect()
75 SecCompBase* comp = nullptr; in ParseComponent() local
239 static bool CheckSecCompBaseButtonColorsimilar(const SecCompBase* comp, std::string& message) in CheckSecCompBaseButtonColorsimilar()
268 static bool CheckSecCompBaseButton(const SecCompBase* comp, std::string& message) in CheckSecCompBaseButton()
299 static bool CheckSecCompBase(const SecCompBase* comp, std::string& message) in CheckSecCompBase()
342 bool SecCompInfoHelper::CheckComponentValid(SecCompBase* comp, std::string& message) in CheckComponentValid()
/base/print/print_fwk/services/print_service/include/
Dprint_map_safe.h70 std::string FindKey(std::function<bool(const T &)> comp) in FindKey()
104 std::vector<std::string> GetKeyList(std::function<bool(const T &)> comp) in GetKeyList()
/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.cpp122 std::vector<ComponentInfoExt> comp(fstabFile.size()); in CreatePackageZip() local
/base/update/updater/test/unittest/package/
Dpackage_unittest.cpp105 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.cpp775 int32_t UpgradeFileEntry::GetUpGradeCompInfo(UpgradeCompInfo &comp) in GetUpGradeCompInfo()
810 UpgradeCompInfo comp; in EncodeHeader() local
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
Dprint_service_ability_test.cpp2807 std::function<bool (const std::string &)> comp = nullptr; variable
2815 std::function<bool (const std::string &)> comp = [](const std::string &value) { in __anon1ba6df6b0102() variable
2825 std::function<bool (const std::string &)> comp = [](const std::string &value) { in __anon1ba6df6b0202() variable
2837 std::function<bool (const std::string &)> comp = [](const std::string &value) { in __anon1ba6df6b0302() variable
2850 std::function<bool (const std::string &)> comp = [](const std::string &value) { in __anon1ba6df6b0402() variable
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Delf_imitate.cpp850 auto comp = [](DfxSymbol a, DfxSymbol b) { return a.funcVaddr_ < b.funcVaddr_; }; in ParseSymbols() local