Home
last modified time | relevance | path

Searched defs:index (Results 3801 - 3825 of 14274) sorted by relevance

1...<<151152153154155156157158159160>>...571

/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp532 int index = 0; in HWTEST_F() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
H A Djs.cpp317 JSValue JSArray::Get(JSValue array, uint32_t index) in Get() argument
322 char *JSArray::GetString(JSValue array, uint32_t index) in GetString() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_touch_test_ng.cpp403 int32_t index = 1; in HWTEST_F() local
427 int32_t index = 1; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp31 void PickerListScrollListener::OnItemSelected(int16_t index, UIView* view) in OnItemSelected() argument
60 void PickerListScrollListener::OnScrollEnd(int16_t index, UIView* view) in OnScrollEnd() argument
307 bool UIPicker::SetSelected(uint16_t index) in SetSelected() argument
312 bool UIPicker::RefreshSelected(uint16_t index) in RefreshSelected() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp211 ClccResponse( int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) ClccResponse() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp245 int index = data.ReadInt32(); in ClccResponseInner() local
H A Dbluetooth_hfp_hf_stub.cpp360 int index = data.ReadInt32(); in HandleMultiCallInner() local
391 int index = data.ReadInt32(); in DialMemoryInner() local
407 int index = data.ReadInt32(); in SendVoiceTagInner() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp373 bool BluetoothHfpHfServer::DialMemory(const BluetoothRawAddress &device, int index) in DialMemory() argument
384 bool BluetoothHfpHfServer::HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) in HandleMultiCall() argument
395 bool BluetoothHfpHfServer::SendVoiceTag(const BluetoothRawAddress &device, int index) in SendVoiceTag() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_config.cpp35 A2dpCodecConfig::A2dpCodecConfig(A2dpCodecIndex index, A2dpCodecPriority priority) in A2dpCodecConfig() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp687 HandleMultiCall(const BluetoothRemoteDevice &device, int flag, int index) HandleMultiCall() argument
713 DialMemory(const BluetoothRemoteDevice &device, int index) DialMemory() argument
726 SendVoiceTag(const BluetoothRemoteDevice &device, int index) SendVoiceTag() argument
[all...]
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.cpp114 size_t index = 0; in ConvertRemoteAbilityInfos() local
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp327 uint8_t index = 0; in AddOp() local
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_gradient.h86 int32_t index = gradientFunction_->Calculate(x >> downscaleShift, y >> downscaleShift, in Generate() local
152 int16_t index = static_cast<int16_t>((((dx * dx_ + dy * dy_ + in Calculate() local
224 int16_t index = (x * size) / distance; Calculate() local
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_encoder.cpp124 OH_AVMemory *GetInputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemory> memory) in GetInputData() argument
150 OH_AVMemory *GetOutputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemory> memory) in GetOutputData() argument
369 OH_AVErrCode OH_AudioEncoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) in OH_AudioEncoder_PushInputData() argument
415 OH_AudioEncoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) OH_AudioEncoder_FreeOutputData() argument
[all...]
H A Dnative_audio_decoder.cpp124 OH_AVMemory *GetInputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemory> memory) in GetInputData() argument
150 OH_AVMemory *GetOutputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemory> memory) in GetOutputData() argument
371 OH_AVErrCode OH_AudioDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) in OH_AudioDecoder_PushInputData() argument
417 OH_AudioDecoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) OH_AudioDecoder_FreeOutputData() argument
[all...]
H A Dnative_audio_codec.cpp125 OH_AVBuffer *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> buffer) in GetTransData() argument
363 OH_AVErrCode OH_AudioCodec_PushInputBuffer(struct OH_AVCodec *codec, uint32_t index) in OH_AudioCodec_PushInputBuffer() argument
397 OH_AVErrCode OH_AudioCodec_FreeOutputBuffer(struct OH_AVCodec *codec, uint32_t index) in OH_AudioCodec_FreeOutputBuffer() argument
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp43 uint32_t index = 0; in ProcessApplicationDrmInfo() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp199 const uint32_t index = static_cast<uint32_t>(cache.psoCreationData.size()); in GetComputePsoHandle() local
272 const uint32_t index = static_cast<uint32_t>(cache.psoCreationData.size()); in GetGraphicsPsoHandleImpl() local
382 const uint32_t index = RenderHandleUtil::GetIndexPart(handle); in GetComputePso() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmetadata.cpp265 bool MetadataPropertyContainer::Insert(SizeType index, const IObject::Ptr& object) in Insert() argument
269 bool MetadataPropertyContainer::Remove(SizeType index) in Remove() argument
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.cpp292 uint32_t index = 0; ConvertDesc() local
417 uint32_t index = 0; OnDeviceChange() local
453 uint32_t index = 0; OnMicrophoneBlocked() local
[all...]
H A DOHAudioDeviceDescriptor.cpp212 int index = 0; in GetDeviceSampleRates() local
233 int index = 0; in GetDeviceChannelCounts() local
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dengine_itf.cpp152 QuerySupportedInterfaces( SLEngineItf self, SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) QuerySupportedInterfaces() argument
163 QuerySupportedExtension( SLEngineItf self, SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) QuerySupportedExtension() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h222 int index; member
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_any.h120 AnyReturnValue GetValueAt(IndexType index, T& value) const in GetValueAt() argument
125 AnyReturnValue SetValueAt(IndexType index, const T& value) in SetValueAt() argument
152 GetValueAt(const IArrayAny& array, IArrayAny::IndexType index, NonDeduced_t<T> defaultValue = {}) GetValueAt() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_handler.cpp125 size_t index = 0; in GetSharedVolume() local

Completed in 26 milliseconds

1...<<151152153154155156157158159160>>...571