Home
last modified time | relevance | path

Searched defs:callingBundleName (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/common/native/src/
H A Dbundle_manager_utils.cpp39 std::string callingBundleName; in GetAppIdByCallingUid() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_manager_host_impl.cpp109 std::string callingBundleName = OverlayDataMgr::GetInstance()->GetCallingBundleName(); in GetOverlayModuleInfo() local
134 std::string callingBundleName = OverlayDataMgr::GetInstance()->GetCallingBundleName(); in GetTargetOverlayModuleInfo() local
251 std::string callingBundleName = OverlayDataMgr::GetInstance()->GetCallingBundleName(); in SetOverlayEnabledForSelf() local
H A Dbundle_overlay_data_manager.cpp721 std::string callingBundleName; in GetCallingBundleName() local
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp213 std::string callingBundleName; in IsSameBundleNameAsCalling() local
239 std::string callingBundleName; in IsSameAppAsCalling() local
344 std::string callingBundleName; in GetCallingBundleName() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpermission.cpp170 std::string callingBundleName; in CheckIsCallingBundleName() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp529 std::string callingBundleName; in VerifyPreload() local
609 std::string callingBundleName; in IsBundleSelfCalling() local
632 std::string callingBundleName; in VerifyCallingBundleSdkVersion() local
H A Dbundle_mgr_host_impl.cpp3489 std::string callingBundleName; in VerifyDependency() local
3788 std::string callingBundleName; in ResetAOTCompileStatus() local
3838 std::string callingBundleName; in SetAdditionalInfo() local
H A Dbase_bundle_installer.cpp3775 std::string callingBundleName; in GetInstallSource() local
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp320 void WidgetClient::SetCallingBundleName(const std::string &callingBundleName) in SetCallingBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dtarget_ability_info.cpp304 for (auto &callingBundleName : callingBundleNames) { in Marshalling() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h100 std::string callingBundleName; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dfeature_ability_common.h116 std::string callingBundleName; member
H A Dnapi_context.cpp3537 … std::shared_ptr<JsCallingBundleName> callingBundleName = std::make_shared<JsCallingBundleName>(); in OnGetCallingBundle() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1220 std::string callingBundleName; in GetCurSrcCollaborateEvent() local
2780 std::string callingBundleName; in GetCollaborateEventInfo() local
2789 …hedService::GetCollaborateEventsByCallers(int32_t callingUid, const std::string &callingBundleName, in GetCollaborateEventsByCallers()
2813 …hedService::GetCollaborateEventsByCallees(int32_t callingUid, const std::string &callingBundleName, in GetCollaborateEventsByCallees()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp161 std::string callingBundleName; in IsDefaultApplicationInternal() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp280 std::string callingBundleName = ""; in IsBundleIdle() local
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp940 std::string callingBundleName; in CheckCallingUid() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp2235 std::string callingBundleName; in ObtainCallingBundleName() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7524 std::string callingBundleName; variable