Home
last modified time | relevance | path

Searched refs:CheckRemoteBasicInfoChanged (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm.h105 bool CheckRemoteBasicInfoChanged(const NodeInfo *newNodeInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp715 bool CheckRemoteBasicInfoChanged(const NodeInfo *newNodeInfo) in CheckRemoteBasicInfoChanged() function
717 return GetNetBuilderDepsInterface()->CheckRemoteBasicInfoChanged(newNodeInfo); in CheckRemoteBasicInfoChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_deps_mock.h200 virtual bool CheckRemoteBasicInfoChanged(const NodeInfo *newNodeInfo);
341 MOCK_METHOD1(CheckRemoteBasicInfoChanged, bool (const NodeInfo *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c169 if (connFsm == NULL || connFsm->isDead || CheckRemoteBasicInfoChanged(para->dupInfo)) { in PostJoinRequestToConnFsm()
H A Dlnn_connection_fsm.c1183 bool CheckRemoteBasicInfoChanged(const NodeInfo *newNodeInfo) in CheckRemoteBasicInfoChanged() function
1209 !CheckRemoteBasicInfoChanged(connInfo->nodeInfo)) { in ProcessBleOnline()
H A Dlnn_net_builder.c242 if (connFsm == NULL || connFsm->isDead || CheckRemoteBasicInfoChanged(para->dupInfo)) { in TrySendJoinLNNRequest()