Home
last modified time | relevance | path

Searched refs:isAccountLess (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/mountpoint/
H A Dmount_point.h38 bool isAccountLess() const in isAccountLess() function
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/mountpoint/
H A Dmount_point_test.cpp53 EXPECT_EQ(point.isAccountLess(), true);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp115 …LOGI("join group end, id : %{public}d, account : %{public}s", smp->GetID(), smp->isAccountLess() ?… in JoinGroup()
140 …LOGI("quit group end, id : %{public}d, account : %{public}s", smp->GetID(), smp->isAccountLess() ?… in QuitGroup()
171 if (smp != nullptr && smp->isAccountLess() == isAccountless) { in FindNetworkBaseTrustRelation()