Searched refs:relationShipMsg (Results 1 - 2 of 2) sorted by relevance
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_relationship_sync_mgr.cpp | 169 RelationShipChangeMsg relationShipMsg = in HWTEST_F() local 171 ASSERT_EQ(relationShipMsg.userId, UINT32_MAX); in HWTEST_F() 181 RelationShipChangeMsg relationShipMsg = in HWTEST_F() local 183 ASSERT_EQ(relationShipMsg.userId, UINT32_MAX); in HWTEST_F() 193 RelationShipChangeMsg relationShipMsg = in HWTEST_F() local 195 ASSERT_EQ(relationShipMsg.userId, UINT32_MAX); in HWTEST_F() 205 RelationShipChangeMsg relationShipMsg = in HWTEST_F() local 212 relationShipMsg = in HWTEST_F() 219 relationShipMsg = in HWTEST_F() 226 relationShipMsg in HWTEST_F() 239 RelationShipChangeMsg relationShipMsg = HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 1901 RelationShipChangeMsg relationShipMsg = in HandleDeviceTrustedChange() local 1903 std::string tokenIdStr = std::to_string(relationShipMsg.tokenId); in HandleDeviceTrustedChange() 1905 "peerUdid %{public}s, accountName %{public}s.", relationShipMsg.type, relationShipMsg.userId, in HandleDeviceTrustedChange() 1906 GetAnonyString(relationShipMsg.accountId).c_str(), GetAnonyString(tokenIdStr).c_str(), in HandleDeviceTrustedChange() 1907 GetAnonyString(relationShipMsg.peerUdid).c_str(), GetAnonyString(relationShipMsg.accountName).c_str()); in HandleDeviceTrustedChange() 1912 switch (relationShipMsg.type) { in HandleDeviceTrustedChange() 1914 dmServiceImpl_->HandleAccountLogoutEvent(relationShipMsg.userId, relationShipMsg in HandleDeviceTrustedChange() [all...] |
Completed in 4 milliseconds