Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_bms_helper.cpp39 int32_t FormBmsHelper::GetCallerBundleName(std::string &callerBundleName) in GetCallerBundleName() function in OHOS::AppExecFwk::FormBmsHelper
41 GTEST_LOG_(INFO) << "GetCallerBundleName called " << getCallerBundleName; in GetCallerBundleName()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dwant_utils.h43 * GetCallerBundleName, get caller bundle name.
48 static int32_t GetCallerBundleName(std::string &callerBundleName);
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddfsu_access_token_helper_mock.cpp31 int32_t DfsuAccessTokenHelper::GetCallerBundleName(std::string &bundleName) in GetCallerBundleName() function in OHOS::FileManagement::DfsuAccessTokenHelper
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_access_token_helper.h31 static int32_t GetCallerBundleName(std::string &bundleName);
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_bms_helper.cpp69 int32_t FormBmsHelper::GetCallerBundleName(std::string &callerBundleName) in GetCallerBundleName() function in OHOS::AppExecFwk::FormBmsHelper
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp208 if (!GetCallerBundleName(tpltId.bundleName_)) { in AddTemplate()
228 if (!GetCallerBundleName(tpltId.bundleName_)) { in DelTemplate()
240 bool DataShareServiceImpl::GetCallerBundleName(std::string &bundleName)
265 if (!GetCallerBundleName(callerBundleName)) {
295 if (!GetCallerBundleName(callerBundleName)) {
366 if (!GetCallerBundleName(callerBundleName)) {
406 if (!GetCallerBundleName(callerBundleName)) {
435 if (!GetCallerBundleName(callerBundleName)) {
477 if (!GetCallerBundleName(callerBundleName)) {
659 if (!GetCallerBundleName(callerBundleNam
[all...]
H A Ddata_share_service_impl.h120 bool GetCallerBundleName(std::string &bundleName);
/foundation/ability/ability_runtime/test/unittest/want_utils_test/
H A Dwant_utils_test.cpp144 * Function: GetCallerBundleName
146 * FunctionPoints: AbilityManagerService GetCallerBundleName
152 auto errCode = WantUtils::GetCallerBundleName(callerBundleName); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h153 int32_t GetCallerBundleName(std::string &callerBundleName);
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp26 int32_t WantUtils::GetCallerBundleName(std::string &callerBundleName) in GetCallerBundleName() function in OHOS::AAFwk::WantUtils
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/system/
H A Ddfsu_access_token_helper_test.cpp113 * @tc.desc: Verify the GetCallerBundleName function
123 auto res = dfsuAccessTokenHelper.GetCallerBundleName(bundleName); in HWTEST_F()
/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_access_token_helper.cpp63 int32_t DfsuAccessTokenHelper::GetCallerBundleName(std::string &bundleName) in GetCallerBundleName() function in OHOS::FileManagement::DfsuAccessTokenHelper
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp188 * @tc.desc: test GetCallerBundleName function and abnormal scene
195 auto result = dataShareServiceImpl.GetCallerBundleName(BUNDLE_NAME); in HWTEST_F()
200 result = dataShareServiceImpl.GetCallerBundleName(BUNDLE_NAME); in HWTEST_F()
206 * @tc.desc: test Publish and GetData no GetCallerBundleName scene
312 * @tc.desc: test SubscribePublishedData no GetCallerBundleName scene
367 * @tc.desc: test EnablePubSubs no GetCallerBundleName scene
462 * @tc.desc: test NotifyObserver no GetCallerBundleName scene
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp441 * @tc.desc: Verify that the GetCallerBundleName interface executes normally and exits without exception.
449 EXPECT_EQ(formBmsHelper.GetCallerBundleName(callerBundleName), ERR_APPEXECFWK_FORM_GET_INFO_FAILED); in HWTEST_F()
454 EXPECT_EQ(formBmsHelper.GetCallerBundleName(callerBundleName), ERR_APPEXECFWK_FORM_GET_INFO_FAILED); in HWTEST_F()
521 * @tc.desc: Verify that the GetCallerBundleName interface executes normally and exits without exception.
533 EXPECT_EQ(formBmsHelper.GetCallerBundleName(callerBundleName), ERR_OK); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp115 if (DfsuAccessTokenHelper::GetCallerBundleName(bundleName)) { in GetBundleNameUserInfo()
346 if (DfsuAccessTokenHelper::GetCallerBundleName(callerBundleName)) { in GetTargetBundleName()
460 if (DfsuAccessTokenHelper::GetCallerBundleName(bundleName)) { in CleanCacheInner()
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp268 int32_t FormBmsHelper::GetCallerBundleName(std::string &callerBundleName) in GetCallerBundleName() function in OHOS::AppExecFwk::FormBmsHelper
H A Dform_mgr_service.cpp240 int ret = FormBmsHelper::GetInstance().GetCallerBundleName(eventInfo.hostBundleName); in ReportAddFormEvent()
1071 ErrCode ret = FormBmsHelper::GetInstance().GetCallerBundleName(callerBundleName); in GetFormsInfo()
H A Dform_mgr_adapter.cpp429 auto ret = FormBmsHelper::GetInstance().GetCallerBundleName(hostBundleName); in HandleFormAddObserver()
443 auto ret = FormBmsHelper::GetInstance().GetCallerBundleName(hostBundleName); in HandleFormRemoveObserver()
1867 ret = FormBmsHelper::GetInstance().GetCallerBundleName(hostBundleName); in CreateFormItemInfo()
1955 auto ret = FormBmsHelper::GetInstance().GetCallerBundleName(bundleName); in SetNextRefreshTime()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp12008 WantUtils::GetCallerBundleName(callerBundleName) != ERR_OK) { in OpenLink()

Completed in 36 milliseconds