Home
last modified time | relevance | path

Searched refs:GetConnectInfo (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.cpp104 if (GetConnectInfo(rawAddr.GetAddress()) == nullptr) { in Add()
132 const AvrcTgConnectInfo *AvrcTgConnectManager::GetConnectInfo(const RawAddress &rawAddr) in GetConnectInfo() function in OHOS::bluetooth::AvrcTgConnectManager
238 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetConnectId()
252 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetConnectId()
266 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetControlMtu()
280 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetControlMtu()
294 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetBrowseMtu()
308 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetBrowseMtu()
322 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in EnableNotifyState()
339 AvrcTgConnectInfo *info = GetConnectInfo(rawAdd in DisableNotifyState()
676 AvrcTgConnectInfo *AvrcTgConnectManager::GetConnectInfo(const std::string &btAddr) GetConnectInfo() function in OHOS::bluetooth::AvrcTgConnectManager
[all...]
H A Davrcp_tg_connection.h158 const AvrcTgConnectInfo *GetConnectInfo(const RawAddress &rawAddr);
503 AvrcTgConnectInfo *GetConnectInfo(const std::string &btAddr);
H A Davrcp_tg_state_machine.cpp363 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
546 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
652 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
699 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
809 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.cpp128 if (GetConnectInfo(rawAddr.GetAddress()) == nullptr) { in Add()
157 const AvrcCtConnectInfo *AvrcCtConnectManager::GetConnectInfo(const RawAddress &rawAddr) const in GetConnectInfo() function in OHOS::bluetooth::AvrcCtConnectManager
245 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetConnectId()
259 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetConnectId()
273 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in EnableNotifyState()
290 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in DisableNotifyState()
309 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in IsNotifyStateEnabled()
328 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in DisableExcludeEvents()
350 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetCompanyId()
366 AvrcCtConnectInfo *info = GetConnectInfo(rawAdd in GetUidCounter()
1031 AvrcCtConnectInfo *AvrcCtConnectManager::GetConnectInfo(const std::string &btAddr) GetConnectInfo() function in OHOS::bluetooth::AvrcCtConnectManager
[all...]
H A Davrcp_ct_state_machine.cpp421 const AvrcCtConnectInfo *info = AvrcCtConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
560 const AvrcCtConnectInfo *info = AvrcCtConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
686 const AvrcCtConnectInfo *info = AvrcCtConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
732 const AvrcCtConnectInfo *info = AvrcCtConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
836 const AvrcCtConnectInfo *info = AvrcCtConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry()
H A Davrcp_ct_connection.h176 const AvrcCtConnectInfo *GetConnectInfo(const RawAddress &rawAddr) const;
675 AvrcCtConnectInfo *GetConnectInfo(const std::string &btAddr);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp259 auto info = command->GetConnectInfo().info_; in ProcessConnectCommand()
608 auto negotiateChannel = connectCommand_->GetConnectInfo().channel_; in ProcessAuthExceptionEvent()
666 auto requestId = connectCommand_->GetConnectInfo().info_.requestId; in CreateLink()
670 if (connectCommand_->GetConnectInfo().info_.reuseOnly) { in CreateLink()
709 auto expectApiRole = connectCommand_->GetConnectInfo().info_.expectApiRole; in CreateLinkAsNone()
730 auto ret = SendConnectRequestAsNone(*connectCommand_->GetConnectInfo().channel_, expectedRole); in CreateLinkAsNone()
754 auto remoteMac = std::string(connectCommand_->GetConnectInfo().info_.remoteMac); in CreateLinkAsGo()
773 ret = SendConnectRequestAsGo(*connectCommand_->GetConnectInfo().channel_, remoteMac); in CreateLinkAsGo()
1225 auto requestId = connectCommand_->GetConnectInfo().info_.requestId; in ProcessReuseResponse()
1226 auto pid = connectCommand_->GetConnectInfo() in ProcessReuseResponse()
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dconnect_command.h51 ConnectInfo& GetConnectInfo();
H A Dconnect_command.cpp64 ConnectInfo &ConnectCommand::GetConnectInfo() in GetConnectInfo() function in OHOS::SoftBus::ConnectCommand
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Dcast_engine_dfx.h42 static std::string GetConnectInfo();
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_dfx.cpp90 std::string CastEngineDfx::GetConnectInfo() in GetConnectInfo() function in OHOS::CastEngine::CastEngineDfx
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_helper.h106 std::shared_ptr<ConnectInfo> GetConnectInfo(const std::string &bundleName);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp66 return ConnectDevice(command->GetConnectInfo().info_, command->GetConnectCallback(), markRetried); in ConnectDevice()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp135 std::shared_ptr<ConnectInfo> FileAccessHelper::GetConnectInfo(const std::string &bundleName) in GetConnectInfo() function in OHOS::FileAccessFwk::FileAccessHelper
141 HILOG_ERROR("GetConnectInfo called with bundleName return nullptr"); in GetConnectInfo()
155 auto connectInfo = GetConnectInfo(bundleName); in GetConnectExtensionInfo()
344 auto connectInfo = GetConnectInfo(bundleName); in GetProxyByBundleName()
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_info.cpp844 * @tc.desc: Test function of GetConnectInfo interface.
845 * @tc.desc: helper invoke GetConnectInfo for FAILED.
857 std::shared_ptr<ConnectInfo> connectInfo = fileAccessHelper->GetConnectInfo("NotExistBundleName"); in HWTEST_F()

Completed in 15 milliseconds