Home
last modified time | relevance | path

Searched refs:profiles_ (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_list.h48 profiles_.clear(); in ~ProfilesList()
61 return profiles_[transport][name]; in Get()
71 profiles_.clear(); in Clear()
84 auto it = profiles_.find(transport); in GetProfiles()
85 if (it != profiles_.end()) { // find in GetProfiles()
86 return &(profiles_[transport]); in GetProfiles()
103 profiles_[transport][name] = data; in SetProfile()
118 auto its = profiles_.find(transport); in Contains()
119 if (its != profiles_.end()) { in Contains()
120 auto it = profiles_[transpor in Contains()
235 std::map<BTTransport, std::map<std::string, T>> profiles_ = {}; global() member in OHOS::bluetooth::final
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp21 thread_local std::map<ProfileId, napi_ref> NapiProfile::profiles_; member in OHOS::Bluetooth::NapiProfile
42 profiles_[code] = profileRef; in SetProfile()
61 napi_ref profileRef = profiles_[static_cast<ProfileId>(profileId)]; in GetProfile()
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp49 obj->profiles_ = nullptr; in OH_AVCodec_GetCapability()
81 obj->profiles_ = nullptr; in OH_AVCodec_GetCapabilityByCategory()
139 if (capability->profiles_ != nullptr) { in OH_AVCapability_GetSupportedProfiles()
140 codeclist->DeleteBuffer(capability->profiles_); in OH_AVCapability_GetSupportedProfiles()
141 capability->profiles_ = nullptr; in OH_AVCapability_GetSupportedProfiles()
145 capability->profiles_ = static_cast<int32_t *>(codeclist->NewBuffer(vecSize)); in OH_AVCapability_GetSupportedProfiles()
146 CHECK_AND_RETURN_RET_LOG(capability->profiles_ != nullptr, AV_ERR_NO_MEMORY, "new buffer failed"); in OH_AVCapability_GetSupportedProfiles()
147 errno_t ret = memcpy_s(capability->profiles_, vecSize, vec.data(), vecSize); in OH_AVCapability_GetSupportedProfiles()
150 *profiles = capability->profiles_; in OH_AVCapability_GetSupportedProfiles()
H A Dnative_avmagic.h52 int32_t *profiles_ = nullptr; member
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_profile.h31 static thread_local std::map<ProfileId, napi_ref> profiles_; member in OHOS::Bluetooth::NapiProfile
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h102 std::string profiles_; member
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp280 adptSetNode->GetAttr("profiles", adptSetInfo->commonAttrsAndElements_.profiles_); in GetAdptSetCommonAttr()

Completed in 6 milliseconds