/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_collection_ffi.cpp | 70 const char* FFICJCommonVectorStringGetElement(VectorStringHandle vec, int64_t index) in FFICJCommonVectorStringGetElement() 77 void FFICJCommonVectorInt32SetElement(VectorInt32Handle vec, int64_t index, int32_t value) in FFICJCommonVectorInt32SetElement() 83 int32_t FFICJCommonVectorInt32GetElement(VectorInt32Handle vec, int64_t index) in FFICJCommonVectorInt32GetElement() 90 void FFICJCommonVectorInt64SetElement(VectorInt64Handle vec, int64_t index, int64_t value) in FFICJCommonVectorInt64SetElement() 96 int64_t FFICJCommonVectorInt64GetElement(VectorInt64Handle vec, int64_t index) in FFICJCommonVectorInt64GetElement() 109 uint8_t FFICJCommonVectorUInt8GetElement(VectorUInt8Handle vec, int64_t index) in FFICJCommonVectorUInt8GetElement() 122 uint32_t FFICJCommonVectorUInt32GetElement(VectorUInt32Handle vec, int64_t index) in FFICJCommonVectorUInt32GetElement() 135 float FFICJCommonVectorFloat32GetElement(VectorFloat32Handle vec, int64_t index) in FFICJCommonVectorFloat32GetElement() 148 double FFICJCommonVectorFloat64GetElement(VectorFloat64Handle vec, int64_t index) in FFICJCommonVectorFloat64GetElement() 155 void FFICJCommonVectorBoolSetElement(VectorBoolHandle vec, int64_t index, bool value) in FFICJCommonVectorBoolSetElement() [all …]
|
/ohos5.0/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; variable 121 std::vector<std::string> vec = {DEVICE_TYPE_OF_DEFAULT}; variable 142 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; variable 163 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; variable 205 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; variable 226 std::vector<std::string> vec = {DEVICE_TYPE_OF_CAR}; variable 245 std::vector<std::string> vec; variable 262 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; variable 279 std::vector<std::string> vec; variable 296 std::vector<std::string> vec = {DEVICE_TYPE_OF_PHONE}; variable [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_config_file_test.cpp | 52 std::vector<WifiConfig> vec; variable 110 std::vector<WifiDeviceConfig> vec; variable 157 std::vector<HotspotConfig> vec; variable 195 std::vector<StationInfo> vec; variable 213 static void AddWifiP2pGroupInfoTestFirst(std::vector<WifiP2pGroupInfo> &vec) in AddWifiP2pGroupInfoTestFirst() 259 static void AddWifiP2pGroupInfoTestSecond(std::vector<WifiP2pGroupInfo> &vec) in AddWifiP2pGroupInfoTestSecond() 307 std::vector<WifiP2pGroupInfo> vec; variable
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAlgoExt.cpp | 31 std::vector<int> vec {1, 2, 3, 4}; variable 36 std::vector<std::string> vec {"one", "two", "three"}; variable 43 std::vector<int> vec {1, 2, 3, 4}; variable
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_sorted_vector_test.cpp | 30 std::vector<int> vec; variable 51 std::vector<int> vec; variable 74 std::vector<int> vec; variable 102 std::vector<int> vec; variable 137 std::vector<int> vec; variable 160 std::vector<int> vec; variable 187 std::vector<int> vec; variable 216 std::vector<int> vec; variable 242 std::vector<int> vec; variable 463 std::vector<int> vec; variable [all …]
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | running_lock_mgr.c | 50 static BOOL AddRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in AddRunningLockEntryLocked() 75 static BOOL RemoveRunningLockEntryLocked(Vector *vec, RunningLockEntry *entry) in RemoveRunningLockEntryLocked() 95 Vector *vec = &g_runningLocks[t]; in ShowLocks() local 116 Vector *vec = &g_runningLocks[entry->lock.type]; in RunningLockMgrAcquireEntry() local 131 Vector *vec = &g_runningLocks[entry->lock.type]; in RunningLockMgrReleaseEntry() local
|
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilog_print_test.cpp | 104 vector<string> vec; variable 142 vector<string> vec; variable 168 vector<string> vec; variable 200 vector<string> vec; variable
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_global_func.h | 102 int Vec2Char(const std::vector<T> &vec, T *pChar, int& len, int memSize) in Vec2Char() 132 int Char2Vec(const T *pChar, int len, std::vector<T> &vec) in Char2Vec() 156 int Val2HexChar(const std::vector<T> &vec, char *pHexChar, unsigned memSize) in Val2HexChar() 178 std::string JoinVecToString(const std::vector<T> &vec, const std::string &delimiter) in JoinVecToString()
|
/ohos5.0/commonlibrary/rust/ylong_json/tests/ |
H A D | ylong_json_sdv_test.rs | 330 let mut vec = Vec::new(); in sdv_json_output() localVariable 347 let mut vec = Vec::new(); in sdv_json_output() localVariable 364 let mut vec = Vec::new(); in sdv_json_output() localVariable
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_observer.h | 36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated() 41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt() 56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() 61 void OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdatedExt()
|
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated() 41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt() 56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() 61 void OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdatedExt()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/ |
H A D | util.h | 25 BASE_NS::vector<IEngineValue::Ptr> vec; local 40 BASE_NS::vector<IEngineValue::Ptr> vec; variable
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/mock/ |
H A D | identity_common_mock.c | 36 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec() 48 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | process.rs | 46 let vec = &mut *(value as *mut Option<Vec<MaybeUninit<T>>>); in allocate_vec_with_buffer() localVariable 71 let vec = &mut *(value as *mut Option<Vec<MaybeUninit<T>>>); in allocate_vec_maybeuninit() localVariable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | pasteboard_linked_list_test.cpp | 60 std::vector<int32_t> vec; variable 83 std::vector<int32_t> vec; variable 106 std::vector<int32_t> vec; variable
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/ |
H A D | array.rs | 20 mod vec; module
|
H A D | object.rs | 25 mod vec; module
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | codec_utils.h | 53 void ObjectToVector(T ¶m, std::vector<int8_t> &vec) in ObjectToVector() 61 int32_t VectorToObject(std::vector<int8_t> &vec, T ¶m) in VectorToObject()
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | memory_dumper_test.cpp | 194 std::vector<std::string> vec; variable 207 std::vector<std::string> vec; variable 225 std::vector<std::string> vec; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | linear_map.h | 38 int64_t BinarySearchFindIndex(const LinearMapNode<T>* vec, size_t length, const char* key) in BinarySearchFindIndex() 50 int64_t BinarySearchFindIndex(const LinearEnumMapNode<K, V>* vec, size_t length, K key) in BinarySearchFindIndex()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/engine/ |
H A D | internal_access.h | 78 BASE_NS::vector<Type> vec; in SyncToEngine() local 102 BASE_NS::vector<Type> vec; in SyncFromEngine() local
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/ |
H A D | sorted_vector_benchmark_test.cpp | 65 std::vector<int> vec; in BENCHMARK_F() local 88 std::vector<int> vec; in BENCHMARK_F() local 127 std::vector<int> vec; in BENCHMARK_F() local 148 std::vector<int> vec; in BENCHMARK_F() local 186 std::vector<int> vec; in BENCHMARK_F() local 210 std::vector<int> vec; in BENCHMARK_F() local 231 std::vector<int> vec; in BENCHMARK_F() local 266 std::vector<int> vec; in BENCHMARK_F() local 295 std::vector<int> vec; in BENCHMARK_F() local 563 std::vector<int> vec; in BENCHMARK_F() local [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
H A D | ylong_runtime_tcp_fd_limit.rs | 20 let mut vec = vec![]; in main() localVariable
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | hc_string_vector.c | 25 void DestroyStrVector(StringVector *vec) in DestroyStrVector()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/util/ |
H A D | test_util.rs | 20 let mut vec = Vec::new(); in decode() localVariable
|