Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_vector.cpp46 size_t HilogVector::Size(const HilogVector *vector) in Size()
54 char* HilogVector::GetStr(const HilogVector *vector, size_t pos) in GetStr()
62 ValueType HilogVector::GetType(const HilogVector *vector, size_t pos) in GetType()
70 void HilogVector::Push(HilogVector *vector, const char *element, ValueType type) in Push()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_check_request_test.cpp66 std::vector<std::string> vector; variable
96 std::vector<std::string> vector; variable
/base/security/security_guard/services/config_manager/src/
Dconfig_data_manager.cpp107 std::vector<int64_t> vector; in GetEventIds() local
118 std::vector<int64_t> vector; in GetAllEventIds() local
129 std::vector<uint32_t> vector; in GetAllModelIds() local
140 std::vector<EventCfg> vector; in GetAllEventConfigs() local
/base/global/i18n/interfaces/ets/ani/i18n/src/
Di18n_timezone_addon.cpp158 std::vector<std::string> vector(timezoneIDs.begin(), timezoneIDs.end()); in GetAvailableIDs() local
165 std::vector<std::string> vector(cityIDs.begin(), cityIDs.end()); in GetAvailableZoneCityIDs() local
Di18n_system_addon.cpp102 std::vector<std::string> vector(systemLanguages.begin(), systemLanguages.end()); in GetSystemLanguages() local
110 std::vector<std::string> vector(systemCountries.begin(), systemCountries.end()); in GetSystemCountries() local
/base/tee/tee_os_kernel/kernel/irq/
Dipi.c24 u32 vector; member
/base/security/security_guard/test/unittest/model_manager/src/
Dsecurity_guard_model_manager_test.cpp119 std::vector<uint32_t> vector{0}; variable
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
Dmock_domain_so_plugin.cpp52 static bool SetPluginUint8Vector(const std::vector<uint8_t> &vector, PluginUint8Vector &pVector) in SetPluginUint8Vector()
/base/startup/init/interfaces/innerkits/fs_manager/
Dfstab.c71 char **vector = SplitStringExt(flagBuffer, ",", &flagCount, maxCount); in ConvertFlags() local
/base/startup/init/services/utils/
Dinit_utils.c325 void FreeStringVector(char **vector, int count) in FreeStringVector()
/base/account/os_account/services/accountmgr/src/domain_account/
Dinner_domain_account_manager.cpp408 static bool SetPluginUint8Vector(const std::vector<uint8_t> &vector, PluginUint8Vector &pVector) in SetPluginUint8Vector()
423 …atic ErrCode GetAndCleanPluginUint8Vector(PluginUint8Vector &pVector, std::vector<uint8_t> &vector) in GetAndCleanPluginUint8Vector()
/base/security/security_guard/test/unittest/data_collect/sa/
Dsecurity_guard_data_collect_sa_test.cpp1229 std::vector<EventCfg> vector{}; variable
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test_extent.cpp1090 std::vector<MatchedNumberInfo> vector = pRule->HandleInner(possibleNumber.get(), message); variable