Searched refs:GET_ENCRYPT_RAW_ADDR (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 311 HILOGI("address: %{public}s, state: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), state); in OnConnectionStateChanged() 323 GET_ENCRYPT_RAW_ADDR(rawAddr), button, result); in OnPressButton() 337 GET_ENCRYPT_RAW_ADDR(rawAddr), button, result); in OnReleaseButton() 352 GET_ENCRYPT_RAW_ADDR(rawAddr), result, detail); in OnSetBrowsedPlayer() 370 HILOGI("addr: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); in OnGetCapabilities() 384 HILOGI("addr: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); in OnGetPlayerAppSettingAttributes() 398 GET_ENCRYPT_RAW_ADDR(rawAddr), attribute, result); in OnGetPlayerAppSettingValues() 411 HILOGI("addr: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); in OnGetPlayerAppSettingCurrentValue() 425 HILOGI("addr: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); in OnSetPlayerAppSettingCurrentValue() 438 HILOGI("addr: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAdd in OnGetPlayerAppSettingAttributeText() [all...] |
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 57 GET_ENCRYPT_RAW_ADDR(rawAddr), state, cause); 68 GET_ENCRYPT_RAW_ADDR(rawAddr), button, result); 79 GET_ENCRYPT_RAW_ADDR(rawAddr), button, result); 91 GET_ENCRYPT_RAW_ADDR(rawAddr), result, detail); 107 HILOGI("enter, address: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); 118 HILOGI("enter, address: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); 131 GET_ENCRYPT_RAW_ADDR(rawAddr), attribute, result); 144 HILOGI("enter, address: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); 155 HILOGI("enter, address: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAddr), result); 167 HILOGI("enter, address: %{public}s, res: %{public}d", GET_ENCRYPT_RAW_ADDR(rawAdd [all...] |
H A D | bluetooth_host.cpp | 162 transport, GET_ENCRYPT_RAW_ADDR(device)); 172 transport, GET_ENCRYPT_RAW_ADDR(device), reqType, number); 237 GET_ENCRYPT_RAW_ADDR(device), state, reason); 249 transport, GET_ENCRYPT_RAW_ADDR(device), status, cause); 259 HILOGD("enter, device: %{public}s", GET_ENCRYPT_RAW_ADDR(device)); 275 GET_ENCRYPT_RAW_ADDR(device), deviceName.c_str()); 286 GET_ENCRYPT_RAW_ADDR(device), alias.c_str()); 296 HILOGD("enter, device: %{public}s, cod: %{public}d", GET_ENCRYPT_RAW_ADDR(device), cod); 345 GET_ENCRYPT_RAW_ADDR(device), state, reason); 356 transport, GET_ENCRYPT_RAW_ADDR(devic [all...] |
H A D | bluetooth_hfp_ag.cpp | 48 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause); 58 GET_ENCRYPT_RAW_ADDR(device), state, reason); 67 HILOGD("enter, device: %{public}s", GET_ENCRYPT_RAW_ADDR(device)); 78 GET_ENCRYPT_RAW_ADDR(device), indValue); 88 GET_ENCRYPT_RAW_ADDR(device), GetUpdateOutputStackActionName(action).c_str());
|
H A D | bluetooth_map_mse.cpp | 46 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause);
|
H A D | bluetooth_pan.cpp | 45 GET_ENCRYPT_RAW_ADDR(device), state, cause);
|
H A D | bluetooth_a2dp_snk.cpp | 79 GET_ENCRYPT_RAW_ADDR(device), state, cause);
|
H A D | bluetooth_a2dp_src.cpp | 67 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause); 101 GET_ENCRYPT_RAW_ADDR(device), GetUpdateOutputStackActionName(action).c_str());
|
H A D | bluetooth_avrcp_tg.cpp | 48 GET_ENCRYPT_RAW_ADDR(addr), state, cause);
|
H A D | bluetooth_hid_host.cpp | 47 GET_ENCRYPT_RAW_ADDR(device), GetProfileConnStateName(state).c_str(), cause);
|
H A D | bluetooth_hfp_hf.cpp | 45 GET_ENCRYPT_RAW_ADDR(device), state, cause);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_utils.h | 32 #define GET_ENCRYPT_RAW_ADDR(rawAddr) (GetEncryptAddr((rawAddr).GetAddress()).c_str())
macro
|
Completed in 11 milliseconds