Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp120 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); in GetBundleNameUserInfo() local
121 if (callerUserId == 0) { in GetBundleNameUserInfo()
122 callerUserId = TEST_MAIN_USR_ID; // for root user change id to main user for test in GetBundleNameUserInfo()
124 bundleNameUserInfo.userId = callerUserId; in GetBundleNameUserInfo()
139 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); in GetBundleNameUserInfo() local
140 if (callerUserId == 0) { in GetBundleNameUserInfo()
141 callerUserId = TEST_MAIN_USR_ID; // for root user change id to main user for test in GetBundleNameUserInfo()
143 bundleNameUserInfo.userId = callerUserId; in GetBundleNameUserInfo()
389 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); in RegisterCallbackInner() local
390 dataSyncManager_->RegisterCloudSyncCallback(targetBundleName, callerBundleName, callerUserId, callbac in RegisterCallbackInner()
403 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); StartSyncInner() local
427 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); StopSyncInner() local
440 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); ResetCursor() local
453 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); GetSyncTimeInner() local
463 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); CleanCacheInner() local
469 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); ChangeAppSwitch() local
486 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); NotifyDataChange() local
512 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); DisableCloud() local
530 auto callerUserId = DfsuAccessTokenHelper::GetUserId(); Clean() local
[all...]

Completed in 3 milliseconds