Searched refs:UpdateProfile (Results 1 – 12 of 12) sorted by relevance
28 void UpdateProfile(const NodeInfo *info) in UpdateProfile() function
30 void UpdateProfile(const NodeInfo *info);
161 void UpdateProfile(const NodeInfo *info) in UpdateProfile() function163 return GetServiceInterface()->UpdateProfile(info); in UpdateProfile()
704 void UpdateProfile(const NodeInfo *info) in UpdateProfile() function706 return GetNetBuilderDepsInterface()->UpdateProfile(info); in UpdateProfile()
123 EXPECT_CALL(serviceMock, UpdateProfile).WillRepeatedly(Return());323 EXPECT_CALL(serviceMock, UpdateProfile).WillRepeatedly(Return());
168 EXPECT_CALL(serviceMock, UpdateProfile).WillRepeatedly(Return());
71 virtual void UpdateProfile(const NodeInfo *info) = 0;125 MOCK_METHOD1(UpdateProfile, void (const NodeInfo *));
198 virtual void UpdateProfile(const NodeInfo *info) = 0;336 MOCK_METHOD1(UpdateProfile, void (const NodeInfo *));
149 UpdateProfile(&nodeInfo); in OnReceiveDeviceName()167 UpdateProfile(&nodeInfo); in NotifyDeviceDisplayNameChange()
133 UpdateProfile(&info); in OnReceiveCapaSyncInfoMsg()
114 UpdateProfile(info); in OnReAuthVerifyPassed()
1083 UpdateProfile(info); in GetNodeInfoDiscovery()