Home
last modified time | relevance | path

Searched defs:vec (Results 351 - 375 of 1008) sorted by relevance

1...<<11121314151617181920>>...41

/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp416 BASE_NS::vector<NamedNode> vec; in AutoExport() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp155 static bool EmptyAfterErase(std::vector<uint64_t>& vec, size_t ix) in EmptyAfterErase() argument
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp203 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); in HWTEST() local
224 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); in HWTEST() local
243 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); in HWTEST() local
268 auto vec in HWTEST() local
304 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
575 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
621 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
707 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
796 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
849 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
883 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
919 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
942 auto vec = systemSoundManager_->GetAlarmToneAttrList(context_); HWTEST() local
[all...]
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H A Dscreen_capture_native_mock.cpp166 std::vector<uint64_t> vec; in SkipPrivacyMode() local
209 std::vector<uint64_t> vec; in ExcludeWindowContent() local
/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp303 Vector2 Transform(const Vector2& vec, const Matrix3& mat) in Transform() argument
312 Vector3 Transform(const Vector3& vec, const Matrix4& mat) in Transform() argument
325 TransformWithPerspDiv(const Vector3& vec, const Matrix4& mat, float w) TransformWithPerspDiv() argument
[all...]
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs266 let mut vec = Vec::with_capacity(len + pad_size); in read_buffer() variables
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp222 std::vector<std::string> vec; in HWTEST_F() local
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp52 std::vector<std::string> vec; in Parse() local
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp82 std::vector<std::string> vec; in ExecFetch() local
310 struct curl_slist *FetchExec::MakeHeaders(const std::vector<std::string> &vec) in MakeHeaders() argument
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp24 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl() local
148 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dkvstore_datashare_bridge_test.cpp92 auto vec = std::vector<uint8_t>(value, value + size - 1); in Write() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs77 let mut vec = vec![]; in fmt() variables
/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
H A Dtypesutil_fuzzer.cpp61 void VecFuzz(const std::vector<uint8_t> &vec) in VecFuzz() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp243 std::vector<int> vec; in CheckTableReference() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_reference_test.cpp456 std::vector<TableReferenceProperty> vec; in NormalSetReferenceTest() local
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.cpp279 std::vector<std::string> vec; in GroupBy() local
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp146 std::vector<uint8_t> vec = { 1, 2, 3, 4, 5 }; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp268 std::vector<uint8_t> vec = std::get<std::vector<uint8_t>>(value.value_); in MarshallingVecUInt8AfterType() local
332 std::vector<double> vec = std::get<std::vector<double>>(value.value_); in MarshallingVecDoubleAfterType() local
357 const std::vector<bool> vec = std::get<std::vector<bool>>(value.value_); MarshallingVecBoolAfterType() local
541 std::vector<uint8_t> vec; UnmarshallingVecUInt8() local
557 std::vector<double> vec; UnmarshallingVecDouble() local
573 std::vector<bool> vec; UnmarshallingVecBool() local
592 std::vector<uint64_t> vec; UnmarshallingVecBigInt() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp242 std::vector<uint8_t> vec; in GetBlob() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlist_file.cpp259 static char** VectorToCArrString(vector<string> &vec) in VectorToCArrString() argument
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h85 KeyBlob(const std::vector<uint8_t> &vec) in KeyBlob() argument
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp172 static set<string> ExpandPathWildcard(const vector<string> &vec, bool onlyPath) in ExpandPathWildcard() argument
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp152 static std::string VectorToString(const std::vector<uint64_t> &vec) in VectorToString() argument
156 oss << vec[i]; in VectorToString() local
166 std::vector<uint64_t> vec; in StringToVector() local
225 std::vector<uint64_t> vec; in ReadVecFromLocal() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp465 std::vector<FileList> vec = {}; in HWTEST_F() local
1290 std::vector<FileList> vec; HWTEST_F() local
1322 std::vector<FileList> vec; HWTEST_F() local
1347 std::vector<FileList> vec; HWTEST_F() local
1380 std::vector<FileList> vec; HWTEST_F() local
1550 std::vector<FileList> vec; HWTEST_F() local
1568 std::vector<FileList> vec; HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp106 SetDirectoryElPolicy(unsigned int user, KeyType type, const std::vector<FileList> &vec) SetDirectoryElPolicy() argument

Completed in 19 milliseconds

1...<<11121314151617181920>>...41