Home
last modified time | relevance | path

Searched refs:isJoin (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/service/fuzztest/buscenterevent_fuzzer/
H A Dbuscenterevent_fuzz.cpp76 bool isJoin = GetData<bool>(); in LnnNotifyLnnRelationChangedFuzzTest() local
88 LnnNotifyLnnRelationChanged(udid, type, relation, isJoin); in LnnNotifyLnnRelationChangedFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h197 bool isJoin; member
272 …NotifyLnnRelationChanged(const char *udid, ConnectionAddrType type, uint8_t relation, bool isJoin);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_topo_manager.h36 bool isJoin; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp91 uint8_t relation, bool isJoin) in LnnNotifyLnnRelationChanged() argument
93 return GetServiceInterface()->LnnNotifyLnnRelationChanged(udid, type, relation, isJoin); in LnnNotifyLnnRelationChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c487 bool isJoin) in LnnNotifyLnnRelationChanged() argument
494 info.isJoin = isJoin; in LnnNotifyLnnRelationChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp236 bool isJoin = device.IsGroupOwner(); in ReawakenPersistentGroup() local
238 if (isJoin && !device.IsGroupLimit()) { in ReawakenPersistentGroup()
259 if (!isJoin && device.IsDeviceLimit()) { in ReawakenPersistentGroup()
263 if (!isJoin && device.Isinviteable()) { in ReawakenPersistentGroup()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h56 uint8_t relation, bool isJoin) = 0;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager.c575 msg->isJoin = eventInfo->isJoin; in OnLnnRelationChanged()