Home
last modified time | relevance | path

Searched defs:vec (Results 1 - 25 of 152) sorted by relevance

1234567

/base/security/device_auth/common_lib/impl/src/
H A Dhc_string_vector.c25 void DestroyStrVector(StringVector *vec) in DestroyStrVector() argument
/base/security/device_auth/services/identity_manager/src/mock/
H A Didentity_common_mock.c36 void ClearIdentityInfoVec(IdentityInfoVec *vec) in ClearIdentityInfoVec() argument
48 void ClearProtocolEntityVec(ProtocolEntityVec *vec) in ClearProtocolEntityVec() argument
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_task_main.h32 SubTaskVec vec; member
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Dset_operations_property_test.cpp52 RC_GTEST_PROP(OperationsOverSets0, ConversionToSet, (std::vector<int> && vec)) in RC_GTEST_PROP() argument
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dhilog_input_socket_client.cpp42 iovec vec[3]; in WriteLogMessage() local
/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_page_manager_unittest.cpp28 std::string ToString(const std::vector<std::string> &vec) in ToString() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp64 ArkWebStringVector vec = ctocpp_->GetAdditions(); in GetAdditions() local
H A Dark_paste_data_adapter_wrapper.cpp41 ArkWebStringVector vec = ctocpp_->GetMimeTypes(); in GetMimeTypes() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp66 std::vector<std::string> vec = real_->GetAdditions(); in GetAdditions() local
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_utils.cpp49 char** VectorToCArrString(const std::vector<std::string>& vec) in VectorToCArrString() argument
64 uint8_t* VectorToCArrUI8(const std::vector<uint8_t> vec) in VectorToCArrUI8() argument
[all...]
/test/xts/hats/hdf/motion/motionBenchmarkTest/
H A Dhdf_motion_benchmark_test.cpp127 vector<int32_t> vec; in BENCHMARK_F() local
159 vector<int32_t> vec; in BENCHMARK_F() local
[all...]
/test/xts/hats/kernel/syscalls/mem/mincore/
H A DMincoreApiTest.cpp68 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); in HWTEST_F() local
92 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); in HWTEST_F() local
113 unsigned char *vec = new unsigned char[(length / PAGE_SIZE) + 1](); in HWTEST_F() local
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_cpu_data.cpp96 std::vector<std::string> vec; in ReadStringMatrix() local
/base/hiviewdfx/hisysevent/frameworks/native/util/
H A Dstring_util.cpp64 int ConvertCStringVec(const std::vector<std::string>& vec, char*** strs, size_t& len) in ConvertCStringVec() argument
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_print_test.cpp104 vector<string> vec; in HWTEST_F() local
142 vector<string> vec; in HWTEST_F() local
168 vector<string> vec; in HWTEST_F() local
200 vector<string> vec; HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/base/event_report/event/
H A Dlogger_event.cpp55 auto vec = value.GetUint32Vec(); in AddUint32VecValue() local
63 auto vec = value.GetStringVec(); in AddStringVecValue() local
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_service_test.cpp133 std::vector<std::u16string> vec; in HWTEST_F() local
/base/telephony/cellular_call/services/utils/src/
H A Dstandardize_utils.cpp85 std::vector<std::string> vec; in Split() local
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_callback.cpp87 std::vector<PdpProfile> vec; in InitData() local
/test/xts/hats/hdf/motion/hdi/
H A Dhdf_motion_hdi_test.cpp140 vector<int32_t> vec; in HWTEST_F() local
[all...]
/test/xts/hats/hdf/vibrator/hdi_adapter/hdi_impl/
H A Dhdi_vibrator_impl_test.cpp94 std::vector<CompositeEffect> vec; in HWTEST_F() local
128 std::vector<CompositeEffect> vec; in HWTEST_F() local
194 std::vector<CompositeEffect> vec; HWTEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp67 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 Dvtable.h45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstack_like_allocator_test.cpp147 std::vector<std::pair<void *, size_t>> vec; in TEST_F() local
/base/hiviewdfx/hilog/frameworks/libhilog/base/
H A Dhilog_base.c65 struct iovec vec[LOG_LEN] = {0}; in SendMessage() local

Completed in 8 milliseconds

1234567