Home
last modified time | relevance | path

Searched refs:GetConnectId (Results 1 - 25 of 25) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_refresh_connection.cpp61 msgWant.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
67 cloneWant.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
71 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_delete_connection.cpp54 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
55 HILOG_DEBUG("connectId:%{public}d", this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_cast_temp_connection.cpp54 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_batch_delete_connection.cpp51 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_background_connection.cpp57 FormSupplyCallback::GetInstance()->RemoveConnection(this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_acquire_state_connection.cpp53 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_event_notify_connection.cpp54 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_msg_event_connection.cpp61 eventWant.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_acquire_data_connection.cpp49 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_share_connection.cpp50 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_render_mgr_inner.cpp107 want.SetParam(Constants::FORM_CONNECT_ID, connection->GetConnectId()); in RenderForm()
161 want.SetParam(Constants::FORM_CONNECT_ID, connection->GetConnectId()); in GetConnectionAndRenderForm()
307 want.SetParam(Constants::FORM_CONNECT_ID, connection->GetConnectId()); in StopRenderingForm()
400 } else if (renderFormConnections_[formId]->GetConnectId() != connection->GetConnectId()) { in AddConnection()
725 want.SetParam(Constants::FORM_CONNECT_ID, connection->GetConnectId()); in RecoverForms()
H A Dform_render_connection.cpp72 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_acquire_connection.cpp70 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
H A Dform_ability_connection.cpp197 int32_t FormAbilityConnection::GetConnectId() const in GetConnectId() function in OHOS::AppExecFwk::FormAbilityConnection
/foundation/ability/form_fwk/services/include/
H A Dform_ability_connection.h73 int32_t GetConnectId() const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp485 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->AssemblePacket()); in ToPassThroughEvent()
495 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->AssemblePacket()); in ToUnitInfoEvent()
507 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, pkt); in ToCommonEvent()
525 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, pkt); in ToAbortContinuingEvent()
614 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, pkt); in Dispatch()
778 cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->AssemblePacket()); in Dispatch()
H A Davrcp_tg_connection.h225 uint8_t GetConnectId(const RawAddress &rawAddr);
H A Davrcp_tg_profile.cpp1565 AVCT_BrGetPeerMtu(cnManager->GetConnectId(rawAddr)), status, uidCounter, numOfItems, folderNames, label); in SendSetBrowsedPlayerRsp()
1624 AVCT_BrGetPeerMtu(cnManager->GetConnectId(rawAddr)), status, uidCounter, items, label); in SendGetFolderItemsRsp()
1641 AVCT_BrGetPeerMtu(cnManager->GetConnectId(rawAddr)), status, uidCounter, items, label); in SendGetFolderItemsRsp()
1669 AVCT_BrGetPeerMtu(cnManager->GetConnectId(rawAddr)), status, attributes, values, label); in SendGetItemAttributesRsp()
H A Davrcp_tg_connection.cpp232 uint8_t AvrcTgConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId() function in OHOS::bluetooth::AvrcTgConnectManager
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/
H A Dformabilityconnection_fuzzer.cpp85 return formAbilityConnection.GetConnectId(); in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp499 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
508 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
532 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
808 cnManager->GetConnectId(rawAddr_), AVRC_DEFAULT_LABEL, AVCT_COMMAND, packet->AssemblePacket()); in Dispatch()
H A Davrcp_ct_connection.h229 uint8_t GetConnectId(const RawAddress &rawAddr);
H A Davrcp_ct_connection.cpp239 uint8_t AvrcCtConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId() function in OHOS::bluetooth::AvrcCtConnectManager
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp355 uint32_t connectId = clientSession_->GetConnectId(); in Disconnect()
406 uint32_t connectId = clientSession_->GetConnectId(); in SendAbortRequest()
461 uint32_t connectId = clientSession_->GetConnectId(); in SetPath()
H A Dobex_session.h80 const uint32_t &GetConnectId() const in GetConnectId() function in OHOS::bluetooth::ObexSession

Completed in 17 milliseconds