| /foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/ |
| H A D | bundle_mgr_code_signature_system_test.cpp | 233 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 D | ohos_bt_socket.cpp | 107 int SocketServerCreate(const BluetoothCreateSocketPara *socketPara, const char *name) in SocketServerCreate() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
| H A D | patch_profile.cpp | 54 std::string name; member 168 bool CheckNameIsValid(const std::string &name) in CheckNameIsValid() argument [all...] |
| /foundation/communication/bluetooth/frameworks/cj/connection/src/ |
| H A D | bluetooth_connection_impl.cpp | 54 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 D | bms_bundle_mgr_proxy_test.cpp | 488 std::string name; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
| H A D | bufferqueue_fuzzer.cpp | 59 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 D | device_status_listener.cpp | 234 std::string name = ""; in OnPnpDeviceStatusChanged() local
|
| /foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
| H A D | native_audio_encoder.cpp | 202 struct OH_AVCodec *OH_AudioEncoder_CreateByName(const char *name) in OH_AudioEncoder_CreateByName() argument
|
| H A D | native_audio_decoder.cpp | 202 struct OH_AVCodec *OH_AudioDecoder_CreateByName(const char *name) in OH_AudioDecoder_CreateByName() argument
|
| H A D | native_audio_codec.cpp | 181 struct OH_AVCodec *OH_AudioCodec_CreateByName(const char *name) in OH_AudioCodec_CreateByName() argument
|
| /foundation/multimedia/av_codec/services/media_engine/filters/ |
| H A D | audio_encoder_filter.cpp | 76 AudioEncoderFilter::AudioEncoderFilter(std::string name, FilterType type): Filter(name, type)
in AudioEncoderFilter() argument
|
| H A D | audio_data_source_filter.cpp | 75 AudioDataSourceFilter::AudioDataSourceFilter(std::string name, FilterType type): Filter(name, type) in AudioDataSourceFilter() argument
|
| H A D | surface_decoder_filter.cpp | 104 SurfaceDecoderFilter::SurfaceDecoderFilter(const std::string& name, FilterType type): Filter(name, type)
in SurfaceDecoderFilter() argument
|
| H A D | subtitle_sink_filter.cpp | 54 SubtitleSinkFilter::SubtitleSinkFilter(const std::string& name, FilterType filterType) in SubtitleSinkFilter() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
| H A D | render_util.cpp | 61 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 D | metadata.cpp | 194 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 D | testing_objects.cpp | 67 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 D | OHAudioDeviceDescriptor.cpp | 182 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 D | buffer_client_producer_remote_test.cpp | 384 std::string name; in HWTEST_F() local 400 string name; in HWTEST_F() local
|
| H A D | buffer_queue_producer_test.cpp | 598 std::string name = "test"; in HWTEST_F() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ |
| H A D | ffmpeg_base_decoder.cpp | 260 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 D | ffmpeg_ape_decoder_plugin.cpp | 42 FFmpegAPEDecoderPlugin::FFmpegAPEDecoderPlugin(const std::string& name) in FFmpegAPEDecoderPlugin() argument
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
| H A D | data_stream_source_plugin.cpp | 41 std::shared_ptr<Plugins::SourcePlugin> DataStreamSourcePluginCreator(const std::string& name) in DataStreamSourcePluginCreator() argument 62 DataStreamSourcePlugin::DataStreamSourcePlugin(std::string name) in DataStreamSourcePlugin() argument
|
| H A D | file_source_plugin.cpp | 43 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 D | track_animation.cpp | 43 constexpr BASE_NS::string_view name = "Keyframes"; in Build() local
|