Home
last modified time | relevance | path

Searched defs:callerBundleName (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_interface.h92 …virtual ErrCode ConfirmAppJumpControlRule(const std::string &callerBundleName, const std::string &… in ConfirmAppJumpControlRule()
105 … virtual ErrCode DeleteRuleByCallerBundleName(const std::string &callerBundleName, int32_t userId) in DeleteRuleByCallerBundleName()
113 …virtual ErrCode GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targ… in GetAppJumpControlRule()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_jump_interceptor_manager_rdb.cpp73 ErrCode AppJumpInterceptorManagerRdb::ConfirmAppJumpControlRule(const std::string &callerBundleName, in ConfirmAppJumpControlRule()
131 …AppJumpInterceptorManagerRdb::DeleteRuleByCallerBundleName(const std::string &callerBundleName, in… in DeleteRuleByCallerBundleName()
159 ErrCode AppJumpInterceptorManagerRdb::GetAppJumpControlRule(const std::string &callerBundleName, in GetAppJumpControlRule()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.cpp22 const std::string &authType, const std::string &callerBundleName, in AddAccountImplicitly()
30 const std::string &name, const std::string &authType, const std::string &callerBundleName, in Authenticate()
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleterulebycallerbundlename_fuzzer/
H A Ddeleterulebycallerbundlename_fuzzer.cpp29 std::string callerBundleName; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/getappjumpcontrolrule_fuzzer/
H A Dgetappjumpcontrolrule_fuzzer.cpp29 std::string callerBundleName; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/location/frameworks/native/fence_extension_ability/src/
H A Dfence_extension_context.cpp39 std::string callerBundleName = GetBundleName(); in StartServiceExtensionAbility() local
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_app_control_manager.cpp114 ErrCode AppControlProxy::ConfirmAppJumpControlRule(const std::string &callerBundleName, in ConfirmAppJumpControlRule()
130 ErrCode AppControlProxy::DeleteRuleByCallerBundleName(const std::string &callerBundleName, int32_t … in DeleteRuleByCallerBundleName()
140 ErrCode AppControlProxy::GetAppJumpControlRule(const std::string &callerBundleName, in GetAppJumpControlRule()
/ohos5.0/base/notification/common_event_service/frameworks/extension/src/
H A Dstatic_subscriber_extension_context.cpp59 std::string callerBundleName = GetBundleName(); in StartAbility() local
/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()
343 string callerBundleName = ""; in UnRegisterCallbackInner() local
361 string callerBundleName = ""; in RegisterCallbackInner() local
377 string callerBundleName = ""; in StartSyncInner() local
401 string callerBundleName = ""; in StopSyncInner() local
414 string callerBundleName = ""; in ResetCursor() local
427 string callerBundleName = ""; in GetSyncTimeInner() local
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Dbatch_uri.cpp25 … BatchUri::Init(const std::vector<Uri> &uriVec, uint32_t mode, const std::string &callerBundleName, in Init()
60 const std::string &callerBundleName, const std::string &targetBundleName) in InitFileUriInfo()
H A Duri_permission_utils.cpp48 std::string callerBundleName; in SendShareUnPrivilegeUriEvent() local
84 std::string callerBundleName; in CheckAndCreateEventInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
H A Dbms_app_control_proxy_test.cpp269 std::string callerBundleName; variable
285 std::string callerBundleName = "callerBundleName"; variable
350 std::string callerBundleName = "callerBundleName"; variable
380 std::string callerBundleName = "callerBundleName"; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp65 std::string callerBundleName = data.ReadString(); in ProcAddAccountImplicitly() local
86 std::string callerBundleName = data.ReadString(); in ProcAuthenticate() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_manager_test.cpp313 std::string callerBundleName; variable
336 std::string callerBundleName; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp31const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &… in AddAccountImplicitly()
65const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &… in Authenticate()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dcontext.h43 std::string callerBundleName; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_state_data.h61 std::string callerBundleName; member
H A Dapp_state_data.h67 std::string callerBundleName; member
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/
H A Ddata_sync_manager.cpp55 const std::string &callerBundleName, in RegisterCloudSyncCallback()
63 const std::string &callerBundleName) in UnRegisterCloudSyncCallback()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp86 std::string callerBundleName; in IsDominateScreen() local
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp70 const std::string &authType, const std::string &callerBundleName, in AddAccountImplicitly()
78 const std::string &name, const std::string &authType, const std::string &callerBundleName, in Authenticate()
606 std::string callerBundleName; variable
634 std::string callerBundleName; variable
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/app_manager_client/
H A Dapp_state_data.h49 std::string callerBundleName; member
/ohos5.0/base/security/access_token/services/common/app_manager/include/
H A Dapp_state_data.h49 std::string callerBundleName; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h48 std::string callerBundleName; member

123