| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | weak_vector.cpp | 67 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() argument 79 JSHandle<WeakVector> WeakVector::FillOrAppend(const JSThread *thread, const JSHandle<WeakVector> &vec, in FillOrAppend() argument 99 AppendToFullVec(const JSThread *thread, const JSHandle<WeakVector> &vec, const JSHandle<JSTaggedValue> &value, ElementType type) AppendToFullVec() argument 122 Copy(const JSThread *thread, const JSHandle<WeakVector> &vec, bool needExtend) Copy() argument 136 CheckHole(const JSHandle<WeakVector> &vec) CheckHole() argument [all...] |
| H A D | vtable.h | 45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | stack_like_allocator_test.cpp | 147 std::vector<std::pair<void *, size_t>> vec; in TEST_F() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/base/ |
| H A D | hilog_base.c | 65 struct iovec vec[LOG_LEN] = {0};
in SendMessage() local
|
| /base/hiviewdfx/hiview/base/event_publish/ |
| H A D | app_event_handler.cpp | 44 void AddVectorToJsonString(const std::string& key, const std::vector<T>& vec, std::stringstream& jsonStr, in AddVectorToJsonString() argument
|
| /base/hiviewdfx/hilog/test/unittest/common/ |
| H A D | hilog_utils_test.cpp | 208 vector<uint16_t> vec = GetAllLogTypes();
in HWTEST_F() local
|
| /base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
| H A D | json_parser.cpp | 73 void JsonParser::ParseUInt32Vec(const Json::Value& root, std::vector<uint32_t>& vec)
in ParseUInt32Vec() argument 83 void JsonParser::ParseStringVec(const Json::Value& root, std::vector<std::string>& vec)
in ParseStringVec() argument
|
| /base/print/print_fwk/utils/include/ |
| H A D | print_util.h | 60 std::vector<uint32_t> vec; in Str2Vec() local 69 inline void PrintUtil::Str2VecStr(std::string& str, std::vector<std::string>& vec) in Str2VecStr() argument
|
| /base/powermgr/powermgr_lite/services/src/ |
| H A D | running_lock_mgr.c | 50 static BOOL AddRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in AddRunningLockEntryLocked() argument 75 static BOOL RemoveRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in RemoveRunningLockEntryLocked() argument 95 Vector *vec = &g_runningLocks[t]; in ShowLocks() local 116 Vector *vec = &g_runningLocks[entry->lock.type]; RunningLockMgrAcquireEntry() local 131 Vector *vec = &g_runningLocks[entry->lock.type]; RunningLockMgrReleaseEntry() local [all...] |
| /base/request/request/services/src/task/ |
| H A D | request_task.rs | 525 let mut vec = Vec::new(); variables 543 let mut vec = Vec::new(); variables [all...] |
| /base/telephony/telephony_data/opkey/src/ |
| H A D | rdb_opkey_callback.cpp | 66 std::vector<OpKey> vec; in InitData() local
|
| /base/telephony/telephony_data/global_params/src/ |
| H A D | rdb_global_params_callback.cpp | 71 std::vector<EccNum> vec; in InitEccData() local 107 std::vector<NumMatch> vec; in InitNumMatchData() local [all...] |
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_mmi_adapter_wrapper.cpp | 75 ArkWebInt32Vector vec; in GetDeviceIds() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| H A D | ark_mmi_adapter_impl.cpp | 69 std::vector<int32_t> vec; in GetDeviceIds() local
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/ |
| H A D | dialog_session_info.cpp | 62 void DialogAbilityInfo::Split(const std::string &str, const std::string &delim, std::vector<std::string> &vec) in Split() argument
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | matrix4.h | 97 inline void MapScalars(double vec[DIMENSION], int length = DIMENSION) const in MapScalars() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_collection_ffi.cpp | 61 void FFICJCommonVectorStringSetElement(VectorStringHandle vec, int64_t index, const char* value) in FFICJCommonVectorStringSetElement() argument 68 const char* FFICJCommonVectorStringGetElement(VectorStringHandle vec, int64_t index) in FFICJCommonVectorStringGetElement() argument 75 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() argument 81 FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) FFICJCommonVectorInt32GetElement() argument 88 FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) FFICJCommonVectorInt64SetElement() argument 94 FFICJCommonVectorInt64GetElement(VectorInt64Handle vec, int64_t index) FFICJCommonVectorInt64GetElement() argument 101 FFICJCommonVectorUInt8SetElement(VectorUInt8Handle vec, int64_t index, uint8_t value) FFICJCommonVectorUInt8SetElement() argument 107 FFICJCommonVectorUInt8GetElement(VectorUInt8Handle vec, int64_t index) FFICJCommonVectorUInt8GetElement() argument 114 FFICJCommonVectorUInt32SetElement(VectorUInt32Handle vec, int64_t index, uint32_t value) FFICJCommonVectorUInt32SetElement() argument 120 FFICJCommonVectorUInt32GetElement(VectorUInt32Handle vec, int64_t index) FFICJCommonVectorUInt32GetElement() argument 127 FFICJCommonVectorFloat32SetElement(VectorFloat32Handle vec, int64_t index, float value) FFICJCommonVectorFloat32SetElement() argument 133 FFICJCommonVectorFloat32GetElement(VectorFloat32Handle vec, int64_t index) FFICJCommonVectorFloat32GetElement() argument 140 FFICJCommonVectorFloat64SetElement(VectorFloat64Handle vec, int64_t index, double value) FFICJCommonVectorFloat64SetElement() argument 146 FFICJCommonVectorFloat64GetElement(VectorFloat64Handle vec, int64_t index) FFICJCommonVectorFloat64GetElement() argument 153 FFICJCommonVectorBoolSetElement(VectorBoolHandle vec, int64_t index, bool value) FFICJCommonVectorBoolSetElement() argument 159 FFICJCommonVectorBoolGetElement(VectorBoolHandle vec, int64_t index) FFICJCommonVectorBoolGetElement() argument 166 FFICJCommonVectorNavigationItemSetElement(VectorNavigationItemHandle vec, int64_t index, NavigationItemFFI value) FFICJCommonVectorNavigationItemSetElement() argument 172 FFICJCommonVectorNavigationItemGetElement(VectorNavigationItemHandle vec, int64_t index) FFICJCommonVectorNavigationItemGetElement() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
| H A D | image_base.cpp | 130 std::vector<RefPtr<UINode>> vec; in PopUINodes() local 139 void PushUINodes(std::vector<RefPtr<UINode>> &vec) in PushUINodes() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
| H A D | bundle_manager_ffi.cpp | 45 CArrString VectorToCArrString(std::vector<std::string> &vec) in VectorToCArrString() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
| H A D | bms_bundle_install_device_type_test.cpp | 101 std::vector<std::string> vec;
in HWTEST_F() local 121 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT};
in HWTEST_F() local 142 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE};
in HWTEST_F() local 163 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR};
in HWTEST_F() local 184 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT};
in HWTEST_F() local 205 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local 226 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; HWTEST_F() local 245 std::vector<std::string> vec; HWTEST_F() local 262 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local 279 std::vector<std::string> vec; HWTEST_F() local 296 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local 313 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; HWTEST_F() local 330 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; HWTEST_F() local 347 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; HWTEST_F() local 364 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
| H A D | serialisation_utils.cpp | 30 MemFile::MemFile(BASE_NS::vector<char> vec) : data_(BASE_NS::move(vec)) {} in MemFile() argument 112 BASE_NS::vector<char> vec; in LoadFile() local 129 void WriteToFile(const BASE_NS::vector<char>& vec, BASE_N argument [all...] |
| H A D | test_utils.cpp | 124 std::ostream& operator<<(std::ostream& os, const BASE_NS::Math::Vec3& vec) in operator <<() argument 130 std::ostream& operator<<(std::ostream& os, const BASE_NS::Math::Vec2& vec) in operator <<() argument
|
| H A D | test_utils.h | 63 bool ContainsObjectWithName(const BASE_NS::vector<Type>& vec, const BASE_NS::string& name) in ContainsObjectWithName() argument 172 inline BASE_NS::vector<META_NS::IProperty::Ptr> SortByName(BASE_NS::vector<META_NS::IProperty::Ptr> vec) in SortByName() argument
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | metadata_helper_test.cpp | 60 std::vector<uint8_t> vec; in HWTEST_F() local 78 std::vector<uint8_t> vec; in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
| H A D | IntfMetadataTest.cpp | 170 static auto* GetMeta(const BASE_NS::vector<Type>& vec, const BASE_NS::string& name) in GetMeta() argument
|