Home
last modified time | relevance | path

Searched refs:DeleteFromProfile (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp54 void DeleteFromProfile(const char *udid) in DeleteFromProfile() function
56 return GetLnnConnInterface()->DeleteFromProfile(udid); in DeleteFromProfile()
H A Dlnn_net_builder_deps_mock.cpp694 void DeleteFromProfile(const char *udid) in DeleteFromProfile() function
696 return GetNetBuilderDepsInterface()->DeleteFromProfile(udid); in DeleteFromProfile()
H A Dlnn_connection_fsm_test.cpp750 EXPECT_CALL(lnnConnMock, DeleteFromProfile).WillRepeatedly(Return());
H A Dlnn_net_builder_mock_test.cpp1947 EXPECT_CALL(NetBuilderMock, DeleteFromProfile).WillOnce(Return());
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm_mock.h45 virtual void DeleteFromProfile(const char *udid) = 0;
76 MOCK_METHOD1(DeleteFromProfile, void (const char *));
H A Dlnn_net_builder_deps_mock.h196 virtual void DeleteFromProfile(const char *udid) = 0;
334 MOCK_METHOD1(DeleteFromProfile, void (const char *));
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_deviceinfo_to_profile_virtual.c38 void DeleteFromProfile(const char *udid) in DeleteFromProfile() function
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/include/
H A Dlnn_deviceinfo_to_profile.h32 void DeleteFromProfile(const char *udid);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger.c151 DeleteFromProfile(storageInfo->info.configInfo.udid); in LnnDeactiveMetaNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c709 DeleteFromProfile(nodeInfo.deviceInfo.deviceUdid); in ProcessLeaveSpecific()
H A Dlnn_connection_fsm.c377 DeleteFromProfile(nodeInfo.deviceInfo.deviceUdid); in PostPcOnlineUniquely()
927 DeleteFromProfile(udid); in UpdateLeaveToLedger()
H A Dlnn_net_builder.c599 DeleteFromProfile(remoteNodeInfo.deviceInfo.deviceUdid); in DeletePcNodeInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c754 DeleteFromProfile(node.deviceInfo.deviceUdid); in ProcOfflineWithoutSoftbus()