/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_vendor.cpp | 29 HILOGI("enter"); in AvrcCtVendorPacket() 34 HILOGI("enter"); in ~AvrcCtVendorPacket() 44 HILOGI("enter"); in AssemblePacket() 54 HILOGI("enter"); in DisassemblePacket() 64 HILOGI("crCode_: %{public}x", crCode_); in DisassemblePacket() 70 HILOGI("companyId_: %{public}x", companyId_); in DisassemblePacket() 76 HILOGI("packetType_: %{public}x", packetType_); in DisassemblePacket() 85 HILOGI("status_: %{public}x", status_); in DisassemblePacket() 90 HILOGI("The parameter length is invalid!"); in DisassemblePacket() 98 HILOGI("ente in AssembleFixedOperands() [all...] |
H A D | avrcp_ct_browse.cpp | 33 HILOGI("enter"); in AvrcCtBrowsePacket() 38 HILOGI("enter"); in ~AvrcCtBrowsePacket() 48 HILOGI("enter"); in AssemblePacket() 55 HILOGI("enter"); in DisassemblePacket() 65 HILOGI("playerId: %{public}d", playerId); in AvrcCtSbpPacket() 74 HILOGI("enter"); in AvrcCtSbpPacket() 83 HILOGI("enter"); in ~AvrcCtSbpPacket() 88 HILOGI("enter"); in AssemblePacket() 95 HILOGI("pduId_: %{public}x", pduId_); in AssemblePacket() 98 HILOGI("parameterLength in AssemblePacket() [all...] |
H A D | avrcp_ct_notification.cpp | 26 HILOGI("enter"); in AvrcCtNotifyPacket() 41 HILOGI("enter"); in AvrcCtNotifyPacket() 51 HILOGI("enter"); in ~AvrcCtNotifyPacket() 59 HILOGI("enter"); in AssembleParameters() 62 HILOGI("BufferMalloc: %{public}zu", bufferSize); in AssembleParameters() 73 HILOGI("parameterLength_: %{public}d", parameterLength_); in AssembleParameters() 76 HILOGI("eventId_: %{public}x", eventId_); in AssembleParameters() 79 HILOGI("interval_: %{public}d", interval_); in AssembleParameters() 90 HILOGI("enter"); in DisassembleParameters() 98 HILOGI("parameterLength in DisassembleParameters() [all...] |
H A D | avrcp_ct_state_machine.cpp | 39 HILOGI("enter"); in GetInstance() 48 HILOGI("enter"); in ~AvrcCtStateMachineManager() 54 HILOGI("enter"); in ShutDown() 61 HILOGI("addr: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in AddControlStateMachine() 75 HILOGI("The control state machine exists! Address: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in AddControlStateMachine() 83 HILOGI("addr: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in AddBrowseStateMachine() 92 HILOGI("The pair of state machines doest not exists! Address:%{public}s", in AddBrowseStateMachine() 100 HILOGI("The browse state machine exists! Address: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in AddBrowseStateMachine() 108 HILOGI("addr: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in DeletePairOfStateMachine() 116 HILOGI("Th in DeletePairOfStateMachine() [all...] |
H A D | avrcp_ct_connection.cpp | 38 HILOGI("enter"); in AvrcCtConnectInfo() 63 HILOGI("enter"); in ~AvrcCtConnectInfo() 100 HILOGI("enter"); in GetInstance() 113 HILOGI("address: %{public}s, connectId: %{public}d, role: %{public}d, controlMtu: %{public}hu, browseMtu: " in Add() 142 HILOGI("The connection information exists!"); in Add() 150 HILOGI("address: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in Delete() 159 HILOGI("address: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in GetConnectInfo() 173 HILOGI("connectId: %{public}d", connectId); in GetRawAddress() 189 HILOGI("enter"); in GetDeviceAddresses() 203 HILOGI("add in AddDisconnectedDevice() [all...] |
H A D | avrcp_ct_service.cpp | 26 HILOGI("enter"); in AvrcpCtService() 70 HILOGI("enter"); in ~AvrcpCtService() 79 HILOGI("enter"); in GetContext() 86 HILOGI("enter"); in InitFeatures() 109 HILOGI("enter"); in RegisterObserver() 118 HILOGI("enter"); in UnregisterObserver() 131 HILOGI("enter"); in Enable() 144 HILOGI("enter"); in Disable() 160 HILOGI("enter"); in EnableNative() 188 HILOGI("AvrcpCtServic in EnableNative() [all...] |
H A D | avrcp_ct_packet.cpp | 29 HILOGI("payload: %{public}d", payload); in PushOctets1() 36 HILOGI("payload: %{public}d", payload); in PushOctets2() 43 HILOGI("payload: %{public}u", payload); in PushOctets3() 50 HILOGI("payload: %{public}u", payload); in PushOctets4() 57 HILOGI("payload: %{public}llu", static_cast<unsigned long long>(payload)); in PushOctets8() 64 HILOGI("length: %{public}d", length); in PushOctets() 73 HILOGI("enter"); in PopOctets1() 84 HILOGI("enter"); in PopOctets2() 95 HILOGI("enter"); in PopOctets3() 106 HILOGI("ente in PopOctets4() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.cpp | 28 HILOGI("enter"); in AvrcTgVendorPacket() 33 HILOGI("pduId:%{public}d, status:%{public}d, label:%{public}d", pduId, status, label); in AvrcTgVendorPacket() 45 HILOGI("enter"); in ~AvrcTgVendorPacket() 56 HILOGI("enter"); in AssembleParameters() 63 HILOGI("enter"); in AssemblePacket() 70 HILOGI("enter"); in AssemblePackets() 105 HILOGI("enter"); in DisassemblePacket() 115 HILOGI("crCode_: %{public}x", crCode_); in DisassemblePacket() 121 HILOGI("companyId_: %{public}x", companyId_); in DisassemblePacket() 127 HILOGI("packetType in DisassemblePacket() [all...] |
H A D | avrcp_tg_notification.cpp | 25 HILOGI("eventId: %{public}d, crCode: %{public}d, label: %{public}d", eventId, crCode, label); in AvrcTgNotifyPacket() 40 HILOGI("label: %{public}d", label); in AvrcTgNotifyPacket() 51 HILOGI("enter"); in ~AvrcTgNotifyPacket() 59 HILOGI("enter"); in AssembleParameters() 103 HILOGI("enter"); in AssemblePlaybackStatusChanged() 112 HILOGI("BufferMalloc: %{public}ju", in AssemblePlaybackStatusChanged() 118 HILOGI("packetType_: %{public}x", packetType_); in AssemblePlaybackStatusChanged() 122 HILOGI("parameterLength_: %{public}hu", parameterLength_); in AssemblePlaybackStatusChanged() 125 HILOGI("eventId_: %{public}hhx", eventId_); in AssemblePlaybackStatusChanged() 128 HILOGI("playStatus in AssemblePlaybackStatusChanged() [all...] |
H A D | avrcp_tg_connection.cpp | 38 HILOGI("connectId:%{public}d, role:%{public}d, controlMtu:%{public}d, browseMtu:%{public}d, companyId:%{public}u, " in AvrcTgConnectInfo() 62 HILOGI("enter"); in ~AvrcTgConnectInfo() 83 HILOGI("enter"); in GetInstance() 96 HILOGI("addr:%{public}s, connectId:%{public}d, role:%{public}d, controlMtu:%{public}d, browseMtu:%{public}d, " in Add() 117 HILOGI("The connection information exists!"); in Add() 125 HILOGI("address: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in Delete() 134 HILOGI("address: %{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in GetConnectInfo() 148 HILOGI("connectId: %{public}d", connectId); in GetRawAddress() 164 HILOGI("enter"); in GetDeviceAddresses() 176 HILOGI("rawAdd in SetActiveDevice() [all...] |
H A D | avrcp_tg_browse.cpp | 25 HILOGI("enter"); in AvrcTgBrowsePacket() 30 HILOGI("pduId: %{public}d, status: %{public}d, label: %{public}d", pduId, status, label); in AvrcTgBrowsePacket() 39 HILOGI("enter"); in ~AvrcTgBrowsePacket() 49 HILOGI("enter"); in AssemblePacket() 56 HILOGI("pduId_: %{public}x", pduId_); in AssemblePacket() 60 HILOGI("parameterLength_: %{public}d", parameterLength_); in AssemblePacket() 63 HILOGI("status_: %{public}x", status_); in AssemblePacket() 70 HILOGI("enter"); in DisassemblePacket() 79 HILOGI("enter"); in IsValidParameterLength() 91 HILOGI("parameterLength in IsValidParameterLength() [all...] |
H A D | avrcp_tg_state_machine.cpp | 44 HILOGI("enter"); in GetInstance() 53 HILOGI("enter"); in ~AvrcTgStateMachineManager() 60 HILOGI("enter"); in ShutDown() 67 HILOGI("addr:%{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in AddControlStateMachine() 81 HILOGI("exists! Address: %{public}s", GetEncryptAddr(rawAddr.GetAddress()).c_str()); in AddControlStateMachine() 89 HILOGI("addr:%{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in AddBrowseStateMachine() 98 HILOGI("doest not exists! Address: %{public}s", GetEncryptAddr(rawAddr.GetAddress()).c_str()); in AddBrowseStateMachine() 105 HILOGI("exists! Address: %{public}s", GetEncryptAddr(rawAddr.GetAddress()).c_str()); in AddBrowseStateMachine() 113 HILOGI("addr:%{public}s", GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in DeletePairOfStateMachine() 121 HILOGI("doe in DeletePairOfStateMachine() [all...] |
H A D | avrcp_tg_packet.cpp | 23 HILOGI("payload:%{public}d", payload); in PushOctets1() 30 HILOGI("payload:%{public}d", payload); in PushOctets2() 37 HILOGI("payload:%{public}u", payload); in PushOctets3() 44 HILOGI("payload:%{public}u", payload); in PushOctets4() 51 HILOGI("payload:%{public}llu", static_cast<unsigned long long>(payload)); in PushOctets8() 58 HILOGI("length:%{public}d", length); in PushOctets() 67 HILOGI("enter"); in PopOctets1() 78 HILOGI("enter"); in PopOctets2() 89 HILOGI("enter"); in PopOctets3() 100 HILOGI("ente in PopOctets4() [all...] |
H A D | avrcp_tg_service.cpp | 37 HILOGI("addr: %{public}s, state: %{public}d", GetEncryptAddr(addr).c_str(), state); in OnConnectionStateChanged() 42 HILOGI("addr: %{public}s, button: %{public}x", GetEncryptAddr(addr).c_str(), button); in OnPressButton() 47 HILOGI("addr: %{public}s, button: %{public}x", GetEncryptAddr(addr).c_str(), button); in OnReleaseButton() 52 HILOGI("addr: %{public}s, label: %{public}d, status: %{public}d", GetEncryptAddr(addr).c_str(), label, status); in OnSetAddressedPlayer() 64 HILOGI("addr: %{public}s, uidCounter: %{public}d, numOfItems: %{public}u, label: %{public}d, status: %{public}d", in OnSetBrowsedPlayer() 77 HILOGI("addr: %{public}s, label: %{public}d", GetEncryptAddr(addr).c_str(), label); in OnGetPlayerAppSettingAttributes() 89 HILOGI("addr: %{public}s, label: %{public}d", GetEncryptAddr(addr).c_str(), label); in OnGetPlayerAppSettingValues() 101 HILOGI("addr: %{public}s, label: %{public}d, context: %{public}d", GetEncryptAddr(addr).c_str(), label, context); in OnGetPlayerAppSettingCurrentValue() 112 HILOGI("addr: %{public}s, label: %{public}d", GetEncryptAddr(addr).c_str(), label); in OnSetPlayerAppSettingCurrentValue() 124 HILOGI("add in OnGetPlayerAppSettingAttributeText() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 63 HILOGI("start."); in impl() 78 HILOGI("start."); in ~impl() 94 HILOGI("start."); in IsEnabled() 104 HILOGI("start."); in OnSystemStateChange() 132 HILOGI("res: %{public}s, state: %{public}d.", GET_ENCRYPT_AVRCP_ADDR(rawAddr), state); in OnConnectionStateChanged() 153 HILOGI("start."); in BluetoothAvrcpTgServer() 165 HILOGI("start."); in RegisterObserver() 170 HILOGI("observer is NULL."); in RegisterObserver() 175 HILOGI("end."); in RegisterObserver() 182 HILOGI("star in UnregisterObserver() [all...] |
H A D | bluetooth_hid_host_server.cpp | 38 HILOGI("addr:%{public}s, state:%{public}d", GET_ENCRYPT_ADDR(device), state); 82 HILOGI("start, BTSystemState:%{public}d", state); 104 HILOGI("enter"); in impl() 109 HILOGI("enter"); in ~impl() 114 HILOGI("start"); in BluetoothHidHostServer() 128 HILOGI("start"); in ~BluetoothHidHostServer() 137 HILOGI("start"); in RegisterObserver() 156 HILOGI("start"); in DeregisterObserver() 184 HILOGI("start"); in GetDevicesByStates() 190 HILOGI("hidHostService in GetDevicesByStates() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_audio_connection.cpp | 75 HILOGI("enter"); in Register() 85 HILOGI("enter"); in Deregister() 98 HILOGI("escoSupport_: %{public}d, escoS4Support_: %{public}d, inUseCodec_: %{public}d", in SetSupportFeatures() 134 HILOGI("Try connect by MSBC T2."); in ConnectByMsbc() 141 HILOGI("Try connect by MSBC T1."); in ConnectByMsbc() 162 HILOGI("Try connect by CVSD ESCO S4."); in ConnectByCvsd() 169 HILOGI("Try connect by CVSD ESCO S1."); in ConnectByCvsd() 179 HILOGI("Try connect by CVSD SCO."); in ConnectByCvsd() 197 HILOGI("Connect SCO to %{public}s", GetEncryptAddr(remoteAddr_).c_str()); in ConnectAudio() 213 HILOGI("Creat in ConnectAudio() [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_listener.h | 30 HILOGI("Scheduler SA:%{public}d not loaded", systemAbilityId); in OnAbilityNotLoadedLocked() 34 HILOGI("Scheduler SA:%{public}d loading", systemAbilityId); in OnAbilityLoadingLocked() 38 HILOGI("Scheduler SA:%{public}d loaded", systemAbilityId); in OnAbilityLoadedLocked() 42 HILOGI("Scheduler SA:%{public}d unloadable", systemAbilityId); in OnAbilityUnloadableLocked() 46 HILOGI("Scheduler SA:%{public}d unloading", systemAbilityId); in OnAbilityUnloadingLocked() 50 HILOGI("Scheduler proc:%{public}s stopped", Str16ToStr8(processName).c_str()); in OnProcessNotStartedLocked() 54 HILOGI("Scheduler proc:%{public}s started", Str16ToStr8(processName).c_str()); in OnProcessStartedLocked() 58 HILOGI("Scheduler proc:%{public}s stopping", Str16ToStr8(processName).c_str()); in OnProcessStoppingLocked()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/ |
H A D | ble_scan_filter_lsf.cpp | 36 HILOGI("Start command timer!"); in StartCommandTimer() 42 HILOGI("Stop command timer!"); in StopCommandTimer() 49 HILOGI("ble scan filter not ongoing."); in CommandTimeout() 66 HILOGI("unknow opcode."); in CommandTimeout() 73 HILOGI("tag:%{public}d, status:%{public}d", tag, status); in HandleEnableCommandResult() 84 HILOGI("unknow tag."); in HandleEnableCommandResult() 90 HILOGI("tag:%{public}d, status:%{public}d", tag, status); in HandleAddCommandResult() 113 HILOGI("unknow tag."); in HandleAddCommandResult() 120 HILOGI("tag:%{public}d, status:%{public}d", tag, status); in HandleDeleteCommandResult() 127 HILOGI("unkno in HandleDeleteCommandResult() [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/dm_adapter/ |
H A D | dm_adapter.cpp | 31 HILOGI("call!"); in Init() 41 HILOGI("RegisterDevStateCallback errCode = %{public}d", errCode); in Init() 47 HILOGI("call!"); in UnInit() 56 HILOGI("UnRegisterDevStateCallback errCode = %{public}d", errCode); in UnInit() 62 HILOGI("call!"); in ReInit() 69 HILOGI("call!"); in OnDeviceOnline() 74 HILOGI("call!"); in OnDeviceOffline() 79 HILOGI("call!"); in OnDeviceChanged() 84 HILOGI("call!"); in OnDeviceReady()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | online_sync_table.cpp | 68 HILOGI("called"); in RegisterSyncCallback() 75 HILOGI("RegisterSyncCallback success!"); in RegisterSyncCallback() 81 HILOGI("called"); in UnRegisterSyncCallback() 90 HILOGI("called"); in SyncDeviceProfile() 92 HILOGI("start sync task"); in SyncDeviceProfile() 110 HILOGI("manual sync callback"); in SyncCompleted() 115 HILOGI("online sync callback"); in SyncCompleted() 118 HILOGI("deviceId = %{public}s, result = %{public}d", in SyncCompleted() 131 HILOGI("retry times = %{public}d", retrySyncTimes_.load()); in SyncCompleted() 134 HILOGI("retryin in SyncCompleted() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_socket_transport.cpp | 39 HILOGI("[%{public}s] Create SubSocketTransport, sendMtu = %{public}d, recvMtu = %{public}d", in ObexSocketTransport() 45 HILOGI("Delete ~ObexSocketTransport"); in ~ObexSocketTransport() 51 HILOGI("[%{public}s] Obex Transport Write: %{public}s", tranKey_.c_str(), ObexUtils::ToDebugString(pkt).c_str()); in Write() 97 HILOGI("CreateL2capTransport at lpsm:0x%{public}04X rpsm:0x%{public}04X", option.lpsm_, option.scn_); in ObexClientSocketTransport() 108 HILOGI("[%{public}s] Create ObexClientSocketTransport", tranKey_.c_str()); in ObexClientSocketTransport() 130 HILOGI("[%{public}s] Call", tranKey_.c_str()); in Connect() 136 HILOGI("[%{public}s] Call", tranKey_.c_str()); in Disconnect() 142 HILOGI("[%{public}s] Obex Transport Write: %{public}s", tranKey_.c_str(), ObexUtils::ToDebugString(pkt).c_str()); in Write() 189 HILOGI("[%{public}s] Call", obexTran_.tranKey_.c_str()); in OnConnected() 197 HILOGI("[ in OnDisconnected() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/ |
H A D | softbus_adapter_common.cpp | 29 HILOGI("%{public}s common called. ", __func__); in Init() 34 HILOGI("%{public}s common called. ", __func__); in UnInit() 39 HILOGI("%{public}s common called. ", __func__); in SendSoftbusEvent() 45 HILOGI("%{public}s common called. ", __func__); in StopSoftbusEvent() 51 HILOGI("%{public}s common called. ", __func__); in OnBroadCastRecv() 57 HILOGI("%{public}s common called. ", __func__); in RegisterSoftbusEventListener() 63 HILOGI("%{public}s common called. ", __func__); in UnregisterSoftbusEventListener()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 62 HILOGI("transport: %{public}d, status: %{public}d", cvtTransport, status); 128 HILOGI("mode: %{public}d", mode); 276 HILOGI("enter"); in EnableBle() 282 HILOGI("ble enabled already"); in EnableBle() 287 HILOGI("result: %{public}d", ret); in EnableBle() 296 HILOGI("enter"); in DisableBle() 302 HILOGI("ble disabled already"); in DisableBle() 307 HILOGI("result: %{public}d", ret); in DisableBle() 316 HILOGI("enter"); in EnableBt() 325 HILOGI("b in EnableBt() [all...] |
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | multi_account_manager.cpp | 57 HILOGI("The manager initial failed, err = %{public}d.", static_cast<int>(errCode)); in Init() 62 HILOGI("The manager initial failed."); in Init() 70 HILOGI("The manager initial succeed, accountCount = %{public}zu.", oldActiveAccountIds_.size()); in Init() 100 HILOGI("Set account priority failed, strategy is null."); in SetAccountPriority() 106 HILOGI("Set account priority failed, accountId = %{public}d.", accountId); in SetAccountPriority() 110 HILOGI("Set acccount priority succeed, accountId = %{public}d, old = %{public}d, new = %{public}d.", in SetAccountPriority() 122 HILOGI("Repeat calculate bundle priority failed, account non-exist, accountId = %{public}d.", accountId); in RecalcBundlePriority() 127 HILOGI("Repeat calculate bundle priority failed, strategy is null."); in RecalcBundlePriority() 145 HILOGI("Add account information succeed, accountId = %{public}d.", accountPriorityInfo->GetId()); in AddAccountPriorityInfo() 165 HILOGI("Se in SetMultiAccountStrategy() [all...] |