Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsub_service.cpp131 string callerName = VerifyCallerAndGetCallerName(); in AppFileReady()
185 string callerName = VerifyCallerAndGetCallerName(); in AppDone()
H A Dservice_incremental.cpp224 std::string bundleName = VerifyCallerAndGetCallerName(); in GetAppLocalListAndDoIncrementalBackup()
451 string callerName = VerifyCallerAndGetCallerName(); in AppIncrementalFileReady()
506 string callerName = VerifyCallerAndGetCallerName(); in AppIncrementalDone()
H A Dservice.cpp225 string Service::VerifyCallerAndGetCallerName() in VerifyCallerAndGetCallerName() function in OHOS::FileManagement::Backup::Service
233 PermissionCheckFailRadar("Get hap token info failed", "VerifyCallerAndGetCallerName"); in VerifyCallerAndGetCallerName()
244 PermissionCheckFailRadar(info, "VerifyCallerAndGetCallerName"); in VerifyCallerAndGetCallerName()
766 callerName = VerifyCallerAndGetCallerName(); in ServiceResultReport()
1559 string bundleName = VerifyCallerAndGetCallerName();
1583 string bundleName = VerifyCallerAndGetCallerName();
1833 string bundleName = VerifyCallerAndGetCallerName();
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp40 string Service::VerifyCallerAndGetCallerName() in VerifyCallerAndGetCallerName() function in OHOS::FileManagement::Backup::Service
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h331 std::string VerifyCallerAndGetCallerName();
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_other_test.cpp428 * @tc.desc: 测试 VerifyCallerAndGetCallerName
444 EXPECT_THROW(service->VerifyCallerAndGetCallerName(), BError); in HWTEST_F()
450 auto ret = service->VerifyCallerAndGetCallerName(); in HWTEST_F()
457 EXPECT_THROW(service->VerifyCallerAndGetCallerName(), BError); in HWTEST_F()
460 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by VerifyCallerAndGetCallerName."; in HWTEST_F()
H A Dservice_incremental_test.cpp44 string Service::VerifyCallerAndGetCallerName() in VerifyCallerAndGetCallerName() function in OHOS::FileManagement::Backup::Service

Completed in 11 milliseconds