Home
last modified time | relevance | path

Searched refs:newRole (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.h26 void (*onLocalRoleChange)(enum WifiDirectRole oldRole, enum WifiDirectRole newRole);
78 void (*notifyRoleChange)(enum WifiDirectRole oldRole, enum WifiDirectRole newRole);
H A Dwifi_direct_manager_virtual.c111 static void NotifyRoleChange(enum WifiDirectRole oldRole, enum WifiDirectRole newRole) in NotifyRoleChange() argument
114 (void)newRole; in NotifyRoleChange()
H A Dwifi_direct_manager.cpp447 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 Dtrans_link_listener.c73 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 Dlnn_lane_listener.c420 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 Dwifi_direct_manager_test.cpp339 .onLocalRoleChange = [](enum WifiDirectRole oldRole, enum WifiDirectRole newRole) {}, in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h240 void (*roleChange)(uint8_t status, const BtAddr *addr, uint8_t newRole, void *context);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h220 uint8_t newRole; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2232 block->callbacks->roleChange(eventParam->status, &addr, eventParam->newRole, block->context); in BtmOnRoleChange()

Completed in 10 milliseconds