Home
last modified time | relevance | path

Searched refs:name (Results 2076 - 2100 of 5138) sorted by relevance

1...<<81828384858687888990>>...206

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h169 * @brief Get whether the device name will be included in the advertisement packet.
180 * @brief Set whether the device name will be included in the advertisement packet.
616 void SetName(const std::string &name) in SetName() argument
618 name_ = name; in SetName()
850 void SetName(const std::string &name) in SetName() argument
852 name_ = name; in SetName()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/listener/
H A Ddevice_status_listener.cpp126 AUDIO_INFO_LOG("OnServiceStatusReceived: [service name:%{public}s] [status:%{public}d]", in OnServiceStatusReceived()
154 AUDIO_DEBUG_LOG("unkown service name."); in OnServiceStatusReceived()
234 std::string name = ""; in OnPnpDeviceStatusChanged() local
244 name = info.substr(nameBegin + std::strlen("EVENT_NAME="), in OnPnpDeviceStatusChanged()
260 "[name: %{public}s]", internalDevice, isConnected, name.c_str()); in OnPnpDeviceStatusChanged()
261 deviceObserver_.OnPnpDeviceStatusUpdated(internalDevice, isConnected, name, address); in OnPnpDeviceStatusChanged()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_sink_filter.cpp36 FilterType::FILTERTYPE_ASINK, [](const std::string& name, const FilterType type) {
37 return std::make_shared<AudioSinkFilter>(name, FilterType::FILTERTYPE_ASINK);
56 AudioSinkFilter::AudioSinkFilter(const std::string& name, FilterType filterType) in AudioSinkFilter() argument
57 : Filter(name, FilterType::FILTERTYPE_ASINK, IS_FILTER_ASYNC) in AudioSinkFilter()
H A Daudio_encoder_filter.cpp33 [](const std::string& name, const FilterType type) {
34 return std::make_shared<AudioEncoderFilter>(name, FilterType::FILTERTYPE_AENC);
76 AudioEncoderFilter::AudioEncoderFilter(std::string name, FilterType type): Filter(name, type) in AudioEncoderFilter() argument
H A Daudio_data_source_filter.cpp31 [](const std::string& name, const FilterType type) {
32 return std::make_shared<AudioDataSourceFilter>(name, FilterType::AUDIO_DATA_SOURCE);
75 AudioDataSourceFilter::AudioDataSourceFilter(std::string name, FilterType type): Filter(name, type) in AudioDataSourceFilter() argument
H A Dsurface_decoder_filter.cpp34 FilterType::FILTERTYPE_VIDEODEC, [](const std::string& name, const FilterType type) {
35 return std::make_shared<SurfaceDecoderFilter>(name, FilterType::FILTERTYPE_VIDEODEC);
104 SurfaceDecoderFilter::SurfaceDecoderFilter(const std::string& name, FilterType type): Filter(name, type) in SurfaceDecoderFilter() argument
/foundation/graphic/graphic_3d/kits/js/src/
H A DMaterialJS.cpp135 BASE_NS::string name; in ShaderMaterialJS() local
136 if (auto prm = args.Get<BASE_NS::string>("name")) { in ShaderMaterialJS()
137 name = prm; in ShaderMaterialJS()
140 name = named->Name()->GetValue(); in ShaderMaterialJS()
143 meJs.Set("name", name); in ShaderMaterialJS()
215 parms.Set("name", shaderJS.Get("name")); in SetColorShader()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h293 size_t textureSlotIndex, const BASE_NS::string_view& name) in GetMappedProperty()
299 return meta->GetPropertyByName<ValueType>(name); in GetMappedProperty()
457 typename META_NS::Property<ValueType>::Ptr GetCustomProperty(const BASE_NS::string_view& name) in GetCustomProperty() argument
461 return meta->GetPropertyByName<ValueType>(name); in GetCustomProperty()
292 GetMappedProperty( size_t textureSlotIndex, const BASE_NS::string_view& name) GetMappedProperty() argument
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp232 AudioEffectDescriptor descriptor = {.libraryName = library.name, .effectName = library.name}; in AddAlgoHandle()
234 libEntry_->libraryName = library.name; in AddAlgoHandle()
249 CHECK_AND_RETURN_RET_LOG(ret == 0, false, "%{public}s create fail", library.name.c_str()); in AddAlgoHandle()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_device_parser.cpp86 reinterpret_cast<xmlChar*>(const_cast<char*>("name")))); in ParseDevicePrivacyInfo()
116 AUDIO_DEBUG_LOG("AudioDeviceParser: name:%{public}s, type:%{public}d, role:%{public}d, Category:%{public}d," in ParseDevicePrivacyInfo()
129 && (!xmlStrcmp(currentNode->name, reinterpret_cast<const xmlChar*>("devices")))) { in ParserDevicePrivacyInfoList()
139 std::string adapterName = ExtractPropertyValue("name", currNode); in ParseAudioDevicePrivacyType()
144 (!xmlStrcmp(currNode->name, reinterpret_cast<const xmlChar*>("adapter")))) { in ParseAudioDevicePrivacyType()
146 AUDIO_ERR_LOG("AudioDeviceParser: No name provided for the adapter %{public}s", node->name); in ParseAudioDevicePrivacyType()
149 AUDIO_DEBUG_LOG("AudioDeviceParser: adapter name: %{public}s", adapterName.c_str()); in ParseAudioDevicePrivacyType()
192 if (!xmlStrcmp(node->name, reinterpret_cast<const xmlChar*>("adapter"))) { in GetDeviceNodeNameAsInt()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gevisualeffect_fuzzer/
H A Dge_visual_effect_fuzzer.cpp40 std::string name = GETest::GetStringFromData(nameLen); in GEVisualEffectFuzzTest001() local
42 auto geVisualEffect = std::make_shared<GEVisualEffect>(name, type); in GEVisualEffectFuzzTest001()
59 std::string name = GETest::GetStringFromData(nameLen); in GEVisualEffectFuzzTest002() local
61 auto geVisualEffect = std::make_shared<GEVisualEffect>(name, type); in GEVisualEffectFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h57 const std::string &name,
89 bool SetWatermark(const std::string& name, std::shared_ptr<Media::PixelMap> watermark);
210 const std::string& name,
214 const std::string& name,
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp342 ScopedLogger::ScopedLogger(NoLogger &&logger, const std::string &name) in ScopedLogger() argument
351 ScopedLogger::ScopedLogger(Logger &&logger, const std::string &name) in ScopedLogger() argument
355 *logger_ << "} " << name; in ScopedLogger() local
358 logger << name; in ScopedLogger() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h61 uint32_t GetExifData(const std::string name, std::string &value);
62 uint32_t ModifyExifData(const std::string name, const std::string &value, const std::string &path);
63 uint32_t ModifyExifData(const std::string name, const std::string &value, const int fd);
64 uint32_t ModifyExifData(const std::string name, const std::string &value, unsigned char *data, uint32_t size);
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dcapability.cpp55 string name; in SetCapability() local
58 if (JsonHelper::GetStringValue(capabilityInfo, "name", name) != SUCCESS) { in SetCapability()
59 IMAGE_LOGE("failed to analysis cap name."); in SetCapability()
63 IMAGE_LOGD("get new cap, name: %{public}s.", name.c_str()); in SetCapability()
70 caps_.emplace(std::move(name), std::move(attrData)); in SetCapability()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcall_meta_data.cpp24 {"name", GetName},
37 {"name", AVCallMetaData::AVCALL_META_KEY_NAME},
86 CHECK_RETURN(status == napi_ok, "get property name failed", status); in GetValue()
88 for (const auto& name : propertyNames) { in GetValue()
89 auto it = getterMap_.find(name); in GetValue()
91 SLOGE("property %{public}s is not of metadata", name.c_str()); in GetValue()
96 SLOGE("get property %{public}s failed", name.c_str()); in GetValue()
130 auto status = napi_set_named_property(env, meta, "name", NapiUtils::GetUndefinedValue(env)); in SetUndefinedMeta()
131 CHECK_RETURN(status == napi_ok, "set name to undefined failed", status); in SetUndefinedMeta()
138 auto status = NapiUtils::GetNamedProperty(env, in, "name", propert in GetName()
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp78 void Profile::DumpProfile(std::string name) const in DumpProfile()
83 name.c_str(), format_, size_.width, size_.height, abilityIdStr.c_str(), in DumpProfile()
87 void VideoProfile::DumpVideoProfile(std::string name) const in DumpVideoProfile()
91 name.c_str(), format_, size_.width, size_.height, frameratesStr.c_str()); in DumpVideoProfile()
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_callback_stub.cpp258 std::string name{}; in HandleOnCastDisplayChange()
259 CHECK_AND_RETURN_RET_LOG(data.ReadString(name), ERR_NONE, "read name failed"); in HandleOnCastDisplayChange()
260 castDisplayInfo.name = name; in HandleOnCastDisplayChange()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.cpp34 MessageLooper::MessageLooper(std::string name) : m_name(name) in MessageLooper() argument
63 int32_t MessageLooper::Init(uint32_t maxQueueSize, uint32_t msgPayloadLen, std::string name) in Init() argument
79 m_msgPool = new (std::nothrow) MMessagePool(name); in Init()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/
H A Dphoto_album_test.cpp105 void DoCheckAlbumData(const string &name, const bool isRelativePath) in DoCheckAlbumData() argument
107 string albumName = isRelativePath ? GetLastDentry(name) : name; in DoCheckAlbumData()
108 string relativePath = isRelativePath ? name : ""; in DoCheckAlbumData()
280 * @tc.name: photoalbum_create_album_001
294 * @tc.name: photoalbum_create_album_002
314 * @tc.name: photoalbum_create_album_003
315 * @tc.desc: Create an album which name contains dot
343 * @tc.name: photoalbum_create_album_004
346 * 2. Create an album with an empty name
[all...]
/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_fetch_result.cpp283 for (const auto &name : columnNames) { in SetRingtoneAsset()
285 if (GetResultTypeMap().count(name) == 0) { in SetRingtoneAsset()
288 auto memberType = GetResultTypeMap().at(name); in SetRingtoneAsset()
289 map.emplace(move(name), move(GetValByIndex(index, memberType, resultSet))); in SetRingtoneAsset()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp133 int32_t MemMgrService::NotifyDistDevStatus(int32_t pid, int32_t uid, const std::string &name, bool connected) in NotifyDistDevStatus() argument
135 HILOGI("called, pid=%{public}d, uid=%{public}d, name=%{public}s, connected=%{public}d", pid, uid, name.c_str(), in NotifyDistDevStatus()
140 request.bundleName = name; in NotifyDistDevStatus()
144 SingleRequest({pid, uid, "", name}, in NotifyDistDevStatus()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp193 bool ResSchedExeMgr::ParseValue(int32_t& value, const char* name, const nlohmann::json& payload) in ParseValue() argument
195 if (payload.contains(name) && payload.at(name).is_string()) { in ParseValue()
196 value = atoi(payload[name].get<std::string>().c_str()); in ParseValue()
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp162 Common::SetStringValue(env, "name", allowInfo.GetName(), allowInfoObj); in AddGetAllowListCallbackCompleteCB()
253 std::string name {}; in ParseAllowResParameters()
266 if (!Common::GetNamedStringValue(env, argv[0], "name", name) || name.empty()) { in ParseAllowResParameters()
279 name, duration, reason, ReasonCodeEnum::REASON_APP_API); in ParseAllowResParameters()
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dstream_encrypt_server_mt.cpp60 LOGI(">> OnBind {socket:%d, name:%s, networkId:%s, pkgName:%s, dataType:%d}", socket, info.name, info.networkId, in OnBindServer()
108 * @tc.name: RawStreamEncryptTestServer001
120 .name = (char *)TEST_SESSION_NAME_SRV, in HWTEST_F()
166 * @tc.name: RawStreamEncryptTestServer002
178 .name = (char *)TEST_SESSION_NAME_SRV, in HWTEST_F()
226 * @tc.name: RawStreamEncryptTestServer003
238 .name = (char *)TEST_SESSION_NAME_SRV, in HWTEST_F()
299 * @tc.name: RawStreamEncryptTestServer004

Completed in 17 milliseconds

1...<<81828384858687888990>>...206