Home
last modified time | relevance | path

Searched defs:name (Results 8001 - 8025 of 23282) sorted by relevance

1...<<321322323324325326327328329330>>...932

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp233 auto name = std::string("InstallCodeSignatureTest_001"); in HWTEST_F() local
250 auto name = std::string("InstallCodeSignatureTest_002"); in HWTEST_F() local
268 auto name in HWTEST_F() local
287 auto name = std::string("InstallCodeSignatureTest_004"); HWTEST_F() local
305 auto name = std::string("InstallCodeSignatureTest_005"); HWTEST_F() local
325 auto name = std::string("InstallCodeSignatureTest_006"); HWTEST_F() local
348 auto name = std::string("InstallCodeSignatureTest_007"); HWTEST_F() local
372 auto name = std::string("InstallCodeSignatureTest_008"); HWTEST_F() local
394 auto name = std::string("InstallCodeSignatureTest_009"); HWTEST_F() local
416 auto name = std::string("InstallCodeSignatureTest_010"); HWTEST_F() local
438 auto name = std::string("InstallCodeSignatureTest_011"); HWTEST_F() local
460 auto name = std::string("InstallCodeSignatureTest_012"); HWTEST_F() local
482 auto name = std::string("InstallCodeSignatureTest_013"); HWTEST_F() local
504 auto name = std::string("InstallCodeSignatureTest_014"); HWTEST_F() local
526 auto name = std::string("InstallCodeSignatureTest_015"); HWTEST_F() local
550 auto name = std::string("InstallCodeSignatureTest_016"); HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp107 int SocketServerCreate(const BluetoothCreateSocketPara *socketPara, const char *name) in SocketServerCreate() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp54 std::string name; member
168 bool CheckNameIsValid(const std::string &name) in CheckNameIsValid() argument
[all...]
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp54 std::string name = INVALID_NAME; in GetRemoteDeviceName() local
225 void ConnectionImpl::SetRemoteDeviceName(std::string deviceId, std::string name, int32_t* errCode) in SetRemoteDeviceName() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp488 std::string name; HWTEST_F() local
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp59 std::string name = GetStringFromData(STR_LEN); in BufferQueueFuzzTest2() local
106 std::string name = GetStringFromData(STR_LEN); in BufferQueueFuzzTest1() local
163 std::string name = GetStringFromData(STR_LEN); in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/listener/
H A Ddevice_status_listener.cpp234 std::string name = ""; in OnPnpDeviceStatusChanged() local
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_encoder.cpp202 struct OH_AVCodec *OH_AudioEncoder_CreateByName(const char *name) in OH_AudioEncoder_CreateByName() argument
H A Dnative_audio_decoder.cpp202 struct OH_AVCodec *OH_AudioDecoder_CreateByName(const char *name) in OH_AudioDecoder_CreateByName() argument
H A Dnative_audio_codec.cpp181 struct OH_AVCodec *OH_AudioCodec_CreateByName(const char *name) in OH_AudioCodec_CreateByName() argument
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_encoder_filter.cpp76 AudioEncoderFilter::AudioEncoderFilter(std::string name, FilterType type): Filter(name, type) in AudioEncoderFilter() argument
H A Daudio_data_source_filter.cpp75 AudioDataSourceFilter::AudioDataSourceFilter(std::string name, FilterType type): Filter(name, type) in AudioDataSourceFilter() argument
H A Dsurface_decoder_filter.cpp104 SurfaceDecoderFilter::SurfaceDecoderFilter(const std::string& name, FilterType type): Filter(name, type) in SurfaceDecoderFilter() argument
H A Dsubtitle_sink_filter.cpp54 SubtitleSinkFilter::SubtitleSinkFilter(const std::string& name, FilterType filterType) in SubtitleSinkFilter() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp61 json::standalone_value GetPodPostProcess(const string_view name) in GetPodPostProcess() argument
70 json::standalone_value GetPostProcess(const string_view name) in GetPostProcess() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmetadata.cpp194 IProperty::Ptr Metadata::GetPropertyByName(BASE_NS::string_view name) in GetPropertyByName() argument
204 static Ret GetByName(Container&& cont, BASE_NS::string_view name) in GetByName() argument
214 IFunction::Ptr Metadata::GetFunctionByName(BASE_NS::string_view name) in GetFunctionByName() argument
222 GetEventByName(BASE_NS::string_view name) GetEventByName() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.cpp67 auto name = META_ACCESS_PROPERTY_VALUE(Name); variable
72 META_ACCESS_PROPERTY(Name)->SetValue(name); variable
114 auto name = META_ACCESS_PROPERTY_VALUE(Name); variable
119 META_ACCESS_PROPERTY(Name)->SetValue(name); variable
276 Name()->SetValue(name); global() variable
320 META_ACCESS_PROPERTY(Name)->SetValue(name); global() variable
583 CreateTestType(const BASE_NS::string_view name) CreateTestType() argument
592 CreateTestContainer(const BASE_NS::string_view name, ClassInfo type) CreateTestContainer() argument
601 CreateTestAttachment(const BASE_NS::string_view name) CreateTestAttachment() argument
610 CreateTestStartable(const BASE_NS::string_view name, META_NS::StartBehavior behavior) CreateTestStartable() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioDeviceDescriptor.cpp182 OH_AudioCommon_Result OHAudioDeviceDescriptor::GetDeviceName(char **name) in GetDeviceName() argument
247 const char *name = audioDeviceDescriptor_->displayName_.c_str(); in GetDeviceDisplayName() local
57 OH_AudioDeviceDescriptor_GetDeviceName(OH_AudioDeviceDescriptor *audioDeviceDescriptor, char **name) OH_AudioDeviceDescriptor_GetDeviceName() argument
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp384 std::string name; in HWTEST_F() local
400 string name; in HWTEST_F() local
H A Dbuffer_queue_producer_test.cpp598 std::string name = "test"; in HWTEST_F() local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_base_decoder.cpp260 Status FfmpegBaseDecoder::AllocateContext(const std::string &name) in AllocateContext() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/
H A Dffmpeg_ape_decoder_plugin.cpp42 FFmpegAPEDecoderPlugin::FFmpegAPEDecoderPlugin(const std::string& name) in FFmpegAPEDecoderPlugin() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.cpp41 std::shared_ptr<Plugins::SourcePlugin> DataStreamSourcePluginCreator(const std::string& name) in DataStreamSourcePluginCreator() argument
62 DataStreamSourcePlugin::DataStreamSourcePlugin(std::string name) in DataStreamSourcePlugin() argument
H A Dfile_source_plugin.cpp43 std::shared_ptr<SourcePlugin> FileSourcePluginCreator(const std::string& name) in FileSourcePluginCreator() argument
82 FileSourcePlugin::FileSourcePlugin(std::string name) in FileSourcePlugin() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp43 constexpr BASE_NS::string_view name = "Keyframes"; in Build() local

Completed in 25 milliseconds

1...<<321322323324325326327328329330>>...932