/foundation/ability/form_fwk/services/src/ |
H A D | form_refresh_connection.cpp | 61 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 D | form_delete_connection.cpp | 54 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone() 55 HILOG_DEBUG("connectId:%{public}d", this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_cast_temp_connection.cpp | 54 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_batch_delete_connection.cpp | 51 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_background_connection.cpp | 57 FormSupplyCallback::GetInstance()->RemoveConnection(this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_acquire_state_connection.cpp | 53 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_event_notify_connection.cpp | 54 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_msg_event_connection.cpp | 61 eventWant.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_acquire_data_connection.cpp | 49 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_share_connection.cpp | 50 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_render_mgr_inner.cpp | 107 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 D | form_render_connection.cpp | 72 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_acquire_connection.cpp | 70 want.SetParam(Constants::FORM_CONNECT_ID, this->GetConnectId()); in OnAbilityConnectDone()
|
H A D | form_ability_connection.cpp | 197 int32_t FormAbilityConnection::GetConnectId() const in GetConnectId() function in OHOS::AppExecFwk::FormAbilityConnection
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_ability_connection.h | 73 int32_t GetConnectId() const;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_state_machine.cpp | 485 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 D | avrcp_tg_connection.h | 225 uint8_t GetConnectId(const RawAddress &rawAddr);
|
H A D | avrcp_tg_profile.cpp | 1565 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 D | avrcp_tg_connection.cpp | 232 uint8_t AvrcTgConnectManager::GetConnectId(const RawAddress &rawAddr) in GetConnectId() function in OHOS::bluetooth::AvrcTgConnectManager
|
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/ |
H A D | formabilityconnection_fuzzer.cpp | 85 return formAbilityConnection.GetConnectId(); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_state_machine.cpp | 499 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 D | avrcp_ct_connection.h | 229 uint8_t GetConnectId(const RawAddress &rawAddr);
|
H A D | avrcp_ct_connection.cpp | 239 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 D | obex_client.cpp | 355 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 D | obex_session.h | 80 const uint32_t &GetConnectId() const in GetConnectId() function in OHOS::bluetooth::ObexSession
|