Home
last modified time | relevance | path

Searched refs:callerBundleName (Results 1 - 25 of 31) sorted by relevance

12

/base/location/frameworks/native/fence_extension_ability/src/
H A Dfence_extension_context.cpp39 std::string callerBundleName = GetBundleName(); in StartServiceExtensionAbility() local
41 if (calledBundleName != callerBundleName) { in StartServiceExtensionAbility()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.h25 ErrCode AddAccountImplicitly(const std::string &authType, const std::string &callerBundleName,
27 ErrCode Authenticate(const std::string &name, const std::string &authType, const std::string &callerBundleName,
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()
21 AddAccountImplicitly( const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) AddAccountImplicitly() argument
29 Authenticate( const std::string &name, const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Authenticate() argument
/base/account/os_account/frameworks/appaccount/native/include/
H A Diapp_account_authenticator.h30 virtual ErrCode AddAccountImplicitly(const std::string &authType, const std::string &callerBundleName,
33 const std::string &name, const std::string &authType, const std::string &callerBundleName,
H A Dapp_account_common.h94 std::string callerBundleName; member
/base/notification/common_event_service/frameworks/extension/src/
H A Dstatic_subscriber_extension_context.cpp59 std::string callerBundleName = GetBundleName(); in StartAbility() local
61 if (calledBundleName != callerBundleName) { in StartAbility()
/base/security/access_token/services/common/app_manager/src/
H A Dapp_state_data.cpp26 && parcel.WriteString(callerBundleName) && parcel.WriteBool(isSplitScreenMode) in Marshalling()
44 appStateData->callerBundleName = parcel.ReadString(); in Unmarshalling()
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/app_manager_client/
H A Dapp_state_data.cpp26 && parcel.WriteString(callerBundleName) && parcel.WriteBool(isSplitScreenMode) in Marshalling()
44 appStateData->callerBundleName = parcel.ReadString(); in Unmarshalling()
H A Dapp_state_data.h49 std::string callerBundleName; member
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h89 point.callerBundleName= data.callerBundleName; in ConvertToProcessStart()
121 point.callerBundleName = data.callerBundleName; in ConvertToAppForeground()
135 point.callerBundleName = data.callerBundleName; in ConvertToAbilityForeground()
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppMonitorDataConverter.h50 appEvtData.callerBundleName = evt.callerBundleName; in ConvertXperfEvtToAppEvtData()
H A DAppLaunchMonitorConverter.h59 checkPointData.callerBundleName = appEvtData.callerBundleName; in ConvertAppEvtDataToCheckPointData()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_proxy.h29 ErrCode AddAccountImplicitly(const std::string &authType, const std::string &callerBundleName,
32 const std::string &name, const std::string &authType, const std::string &callerBundleName,
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_manager_service.cpp66 ErrCode result = GetCallingInfo(request.callerUid, request.callerBundleName, request.appIndex); in AddAccountImplicitly()
98 ErrCode result = GetCallingInfo(request.callerUid, request.callerBundleName, request.appIndex); in CreateAccountImplicitly()
107 request.createOptions.parameters.SetParam(Constants::KEY_CALLER_BUNDLE_NAME, request.callerBundleName); in CreateAccountImplicitly()
318 ErrCode result = GetCallingInfo(request.callerUid, request.callerBundleName, request.appIndex); in Authenticate()
329 request.options.SetParam(Constants::KEY_CALLER_BUNDLE_NAME, request.callerBundleName); in Authenticate()
338 ErrCode result = GetCallingInfo(request.callerUid, request.callerBundleName, request.appIndex); in GetOAuthToken()
352 ErrCode result = GetCallingInfo(request.callerUid, request.callerBundleName, request.appIndex); in GetAuthToken()
366 ErrCode result = GetCallingInfo(request.callerUid, request.callerBundleName, request.appIndex); in SetOAuthToken()
371 request.owner = request.callerBundleName; in SetOAuthToken()
381 ErrCode ret = GetCallingInfo(request.callerUid, request.callerBundleName, reques in DeleteOAuthToken()
[all...]
H A Dapp_account_authenticator_proxy.cpp31 const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) in AddAccountImplicitly()
45 if (!data.WriteString(callerBundleName)) { in AddAccountImplicitly()
46 ACCOUNT_LOGE("failed to write callerBundleName"); in AddAccountImplicitly()
65 const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) in Authenticate()
83 if (!data.WriteString(callerBundleName)) { in Authenticate()
84 ACCOUNT_LOGE("failed to write callerBundleName for authentication"); in Authenticate()
30 AddAccountImplicitly(const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) AddAccountImplicitly() argument
64 Authenticate(const std::string &name, const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Authenticate() argument
H A Dapp_account_authenticator_session.cpp188 resultCode = authenticatorProxy_->AddAccountImplicitly(request_.authType, request_.callerBundleName, in OnAbilityConnectDone()
192 resultCode = authenticatorProxy_->Authenticate(request_.name, request_.authType, request_.callerBundleName, in OnAbilityConnectDone()
282 newRequest.SetParam(Constants::KEY_CALLER_BUNDLE_NAME, request_.callerBundleName); in OnRequestRedirected()
336 if ((request.callerUid != ownerUid_) || (request.callerBundleName != request_.owner)) { in GetAuthenticatorCallback()
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_service.cpp523 std::string callerBundleName; in RegisterOpenDlpFileCallback() local
524 if (!GetCallerBundleName(IPCSkeleton::GetCallingTokenID(), callerBundleName)) { in RegisterOpenDlpFileCallback()
525 DLP_LOG_ERROR(LABEL, "get callerBundleName error"); in RegisterOpenDlpFileCallback()
537 callerBundleName.c_str()); in RegisterOpenDlpFileCallback()
539 int res = OpenDlpFileCallbackManager::GetInstance().AddCallback(pid, userId, callerBundleName, callback); in RegisterOpenDlpFileCallback()
609 DLP_LOG_ERROR(LABEL, "get callerBundleName error"); in CancelRetentionState()
691 std::string callerBundleName; in GetRetentionSandboxList() local
693 GetCallerBundleName(tokenId, callerBundleName); in GetRetentionSandboxList()
694 if (callerBundleName == DLP_MANAGER && in GetRetentionSandboxList()
695 BundleManagerAdapter::GetInstance().CheckHapPermission(callerBundleName, PERMISSION_ACCESS_DLP_FIL in GetRetentionSandboxList()
749 std::string callerBundleName; GetDLPFileVisitRecord() local
865 std::string callerBundleName; SandboxConfigOperate() local
[all...]
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp65 std::string callerBundleName = data.ReadString(); in ProcAddAccountImplicitly() local
73 result = AddAccountImplicitly(authType, callerBundleName, *options, callback); in ProcAddAccountImplicitly()
86 std::string callerBundleName = data.ReadString(); in ProcAuthenticate() local
94 result = Authenticate(name, authType, callerBundleName, *options, callback); in ProcAuthenticate()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h48 std::string callerBundleName; member
65 ErrCode AddAccountImplicitly(const std::string &authType, const std::string &callerBundleName,
68 const std::string &name, const std::string &authType, const std::string &callerBundleName,
/base/security/access_token/services/common/app_manager/include/
H A Dapp_state_data.h49 std::string callerBundleName; member
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h79 std::string callerBundleName{""};
107 std::string callerBundleName{""};
119 std::string callerBundleName{""};
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h48 std::string callerBundleName{""};
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp52 ErrCode AddAccountImplicitly(const std::string &authType, const std::string &callerBundleName,
55 const std::string &name, const std::string &authType, const std::string &callerBundleName,
70 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; in HWTEST_F() local
609 EXPECT_EQ(data.WriteString(callerBundleName), true); in HWTEST_F()
634 std::string callerBundleName; in HWTEST_F() local
638 EXPECT_EQ(data.WriteString(callerBundleName), true); in HWTEST_F()
69 AddAccountImplicitly( const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) AddAccountImplicitly() argument
77 Authenticate( const std::string &name, const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Authenticate() argument
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp113 const std::string &authType, const std::string &callerBundleName, in AddAccountImplicitly()
128 param->callerBundleName = callerBundleName; in AddAccountImplicitly()
142 const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) in Authenticate()
156 param->callerBundleName = callerBundleName; in Authenticate()
402 napi_create_string_utf8(param->env, param->callerBundleName.c_str(), NAPI_AUTO_LENGTH, &jsCallerBundleName); in AddAccountImplicitlyWork()
423 napi_create_string_utf8(param->env, param->callerBundleName.c_str(), NAPI_AUTO_LENGTH, &jsCallerBundleName); in AuthenticateWork()
112 AddAccountImplicitly( const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) AddAccountImplicitly() argument
141 Authenticate(const std::string &name, const std::string &authType, const std::string &callerBundleName, const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) Authenticate() argument
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h47 std::string callerBundleName{""};

Completed in 12 milliseconds

12