Home
last modified time | relevance | path

Searched refs:IsSameAccountDevice (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h158 bool IsSameAccountDevice(const DeviceInfo *device);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1097 * @tc.desc: IsSameAccountDevice test
1109 EXPECT_TRUE(IsSameAccountDevice(nullptr) == false); in HWTEST_F()
1110 EXPECT_TRUE(IsSameAccountDevice(&device) == true); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c670 bool IsSameAccountDevice(const DeviceInfo *device) in IsSameAccountDevice() function

Completed in 4 milliseconds