Searched refs:newRole (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager.h | 26 void (*onLocalRoleChange)(enum WifiDirectRole oldRole, enum WifiDirectRole newRole); 78 void (*notifyRoleChange)(enum WifiDirectRole oldRole, enum WifiDirectRole newRole);
|
H A D | wifi_direct_manager_virtual.c | 111 static void NotifyRoleChange(enum WifiDirectRole oldRole, enum WifiDirectRole newRole) in NotifyRoleChange() argument 114 (void)newRole; in NotifyRoleChange()
|
H A D | wifi_direct_manager.cpp | 447 static void NotifyRoleChange(enum WifiDirectRole oldRole, enum WifiDirectRole newRole) in NotifyRoleChange() argument 452 listener.onLocalRoleChange(oldRole, newRole); in NotifyRoleChange()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_link_listener.c | 73 static void OnWifiDirectRoleChange(enum WifiDirectRole oldRole, enum WifiDirectRole newRole) in OnWifiDirectRoleChange() argument 76 (void)newRole; in OnWifiDirectRoleChange()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_listener.c | 420 static void LnnOnWifiDirectRoleChange(enum WifiDirectRole oldRole, enum WifiDirectRole newRole) in LnnOnWifiDirectRoleChange() argument 424 (void)newRole; in LnnOnWifiDirectRoleChange()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_test.cpp | 339 .onLocalRoleChange = [](enum WifiDirectRole oldRole, enum WifiDirectRole newRole) {}, in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 240 void (*roleChange)(uint8_t status, const BtAddr *addr, uint8_t newRole, void *context);
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 220 uint8_t newRole; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 2232 block->callbacks->roleChange(eventParam->status, &addr, eventParam->newRole, block->context); in BtmOnRoleChange()
|
Completed in 10 milliseconds