Home
last modified time | relevance | path

Searched defs:targetBundleName (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/
H A Duri_permission_impl_test.cpp74 std::string targetBundleName = "name2"; variable
92 std::string targetBundleName = "name2"; variable
111 std::string targetBundleName = "name2"; variable
130 std::string targetBundleName = "name2"; variable
152 std::string targetBundleName = "name2"; variable
178 std::string targetBundleName = "name2"; variable
205 std::string targetBundleName = "name2"; variable
232 std::string targetBundleName = "name1001"; variable
705 std::string targetBundleName = "com.example.app1002"; variable
728 std::string targetBundleName = "com.example.app1002"; variable
[all …]
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dextra_params_test.cpp57 string targetBundleName; variable
102 string targetBundleName; variable
125 string targetBundleName = "TargetBundleName"; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dextra_params.cpp94 ExtraParams::ExtraParams(const std::vector<string> &devType, const string &targetBundleName, const … in ExtraParams()
143 void ExtraParams::SetTargetBundleName(const string &targetBundleName) in SetTargetBundleName()
245 string targetBundleName = Str16ToStr8(parcel.ReadString16()); in Unmarshalling() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp270 string targetBundleName; variable
285 string targetBundleName = "ohos.samples.testApp"; variable
469 string targetBundleName = "ohos.samples.dms.testApp"; variable
484 string targetBundleName = ""; variable
499 string targetBundleName = "ohos.samples.dms.testApp"; variable
514 string targetBundleName = ""; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_manager.cpp66 ErrCode BundleOverlayManager::GetOverlayBundleInfoForTarget(const std::string &targetBundleName, in GetOverlayBundleInfoForTarget()
78 ErrCode BundleOverlayManager::GetOverlayModuleInfoForTarget(const std::string &targetBundleName, in GetOverlayModuleInfoForTarget()
H A Dbundle_overlay_manager_host_impl.cpp185 ErrCode OverlayManagerHostImpl::GetOverlayBundleInfoForTarget(const std::string &targetBundleName, in GetOverlayBundleInfoForTarget()
208 ErrCode OverlayManagerHostImpl::GetOverlayModuleInfoForTarget(const std::string &targetBundleName, in GetOverlayModuleInfoForTarget()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_interface.h92 …ConfirmAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, in ConfirmAppJumpControlRule()
109 … virtual ErrCode DeleteRuleByTargetBundleName(const std::string &targetBundleName, int32_t userId) in DeleteRuleByTargetBundleName()
113 …ode GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, in GetAppJumpControlRule()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_jump_interceptor_manager_rdb.cpp74 const std::string &targetBundleName, int32_t userId) in ConfirmAppJumpControlRule()
145 …AppJumpInterceptorManagerRdb::DeleteRuleByTargetBundleName(const std::string &targetBundleName, in… in DeleteRuleByTargetBundleName()
160 const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) in GetAppJumpControlRule()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleterulebytargetbundlename_fuzzer/
H A Ddeleterulebytargetbundlename_fuzzer.cpp29 std::string targetBundleName; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/getappjumpcontrolrule_fuzzer/
H A Dgetappjumpcontrolrule_fuzzer.cpp30 std::string targetBundleName; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_first_frame_state_observer_manager.cpp29 const sptr<IAbilityFirstFrameStateObserver> &observer, const std::string &targetBundleName) in AddAbilityFirstFrameStateObserver()
156 const sptr<IAbilityFirstFrameStateObserver> &observer, const std::string &targetBundleName) in RegisterAbilityFirstFrameStateObserver()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dpage_state_data.h53 std::string targetBundleName; member
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_app_control_manager.cpp115 const std::string &targetBundleName, int32_t userId) in ConfirmAppJumpControlRule()
135 ErrCode AppControlProxy::DeleteRuleByTargetBundleName(const std::string &targetBundleName, int32_t … in DeleteRuleByTargetBundleName()
141 const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) in GetAppJumpControlRule()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_manager_client.cpp38const std::string targetBundleName, int32_t appIndex, uint32_t initiatorTokenId, int32_t abilityId) in GrantUriPermission()
49const std::string targetBundleName, int32_t appIndex, uint32_t initiatorTokenId, int32_t abilityId) in GrantUriPermission()
65const std::string &targetBundleName, int32_t appIndex, uint32_t initiatorTokenId, int32_t abilityI… in GrantUriPermissionPrivileged()
H A Duri_permission_manager_stub.cpp97 auto targetBundleName = data.ReadString(); in HandleGrantUriPermission() local
123 auto targetBundleName = data.ReadString(); in HandleBatchGrantUriPermission() local
149 auto targetBundleName = data.ReadString(); in HandleGrantUriPermissionPrivileged() local
H A Duri_permission_manager_proxy.cpp31const std::string targetBundleName, int32_t appIndex, uint32_t initiatorTokenId, int32_t abilityId) in GrantUriPermission()
74const std::string targetBundleName, int32_t appIndex, uint32_t initiatorTokenId, int32_t abilityId) in GrantUriPermission()
127const std::string &targetBundleName, int32_t appIndex, uint32_t initiatorTokenId, int32_t abilityI… in GrantUriPermissionPrivileged()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H A Ddlp_state_data.h48 std::string targetBundleName; member
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp277 std::string targetBundleName; in NotifyPageShow() local
293 std::string targetBundleName; in NotifyPageHide() local
307 …d PageUrlCheckerOhos::GetTargetPageInfo(const std::string& pageName, std::string& targetBundleName, in GetTargetPageInfo()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp324 static int32_t GetTargetBundleName(string &targetBundleName, string &callerBundleName) in GetTargetBundleName()
342 string targetBundleName = bundleName; in UnRegisterCallbackInner() local
360 string targetBundleName = bundleName; in RegisterCallbackInner() local
376 string targetBundleName = bundleName; in StartSyncInner() local
400 string targetBundleName = bundleName; in StopSyncInner() local
413 string targetBundleName = bundleName; in ResetCursor() local
426 string targetBundleName = bundleName; in GetSyncTimeInner() local
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Dbatch_uri.cpp26 const std::string &targetBundleName) in Init()
60 const std::string &callerBundleName, const std::string &targetBundleName) in InitFileUriInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
H A Dbms_app_control_proxy_test.cpp270 const std::string targetBundleName; variable
286 const std::string targetBundleName = "targetBundleName"; variable
365 std::string targetBundleName = "targetBundleName"; variable
381 std::string targetBundleName = "targetBundleName"; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_test/
H A Duri_permission_test.cpp61 std::string targetBundleName = "name2"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/
H A Djs_app_overlay.h43 std::string targetBundleName; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/
H A Doverlay_manager_proxy.cpp189 ErrCode OverlayManagerProxy::GetOverlayModuleInfoForTarget(const std::string &targetBundleName, in GetOverlayModuleInfoForTarget()
308 ErrCode OverlayManagerProxy::GetOverlayBundleInfoForTarget(const std::string &targetBundleName, in GetOverlayBundleInfoForTarget()
H A Doverlay_manager_host.cpp202 std::string targetBundleName = data.ReadString(); in HandleGetOverlayBundleInfoForTarget() local
224 std::string targetBundleName = data.ReadString(); in HandleGetOverlayModuleInfoForTarget() local

123