Searched refs:profiles_ (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_list.h | 48 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 D | napi_bluetooth_profile.cpp | 21 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 D | native_avcapability.cpp | 49 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 D | native_avmagic.h | 52 int32_t *profiles_ = nullptr; member
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_profile.h | 31 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 D | dash_mpd_def.h | 102 std::string profiles_; member
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 280 adptSetNode->GetAttr("profiles", adptSetInfo->commonAttrsAndElements_.profiles_); in GetAdptSetCommonAttr()
|
Completed in 6 milliseconds