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 D | buscenterevent_fuzz.cpp | 76 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 D | bus_center_event.h | 197 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 D | lnn_topo_manager.h | 36 bool isJoin; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_service_mock.cpp | 91 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 D | bus_center_event.c | 487 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 D | p2p_state_machine.cpp | 236 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 D | lnn_service_mock.h | 56 uint8_t relation, bool isJoin) = 0;
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_topo_manager.c | 575 msg->isJoin = eventInfo->isJoin; in OnLnnRelationChanged()
|