/base/location/frameworks/native/fence_extension_ability/src/ |
H A D | fence_extension_context.cpp | 39 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 D | mock_app_account_authenticator_stub.h | 25 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 D | mock_app_account_authenticator_stub.cpp | 22 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 D | iapp_account_authenticator.h | 30 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 D | app_account_common.h | 94 std::string callerBundleName; member
|
/base/notification/common_event_service/frameworks/extension/src/ |
H A D | static_subscriber_extension_context.cpp | 59 std::string callerBundleName = GetBundleName(); in StartAbility() local 61 if (calledBundleName != callerBundleName) { in StartAbility()
|
/base/security/access_token/services/common/app_manager/src/ |
H A D | app_state_data.cpp | 26 && 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 D | app_state_data.cpp | 26 && parcel.WriteString(callerBundleName) && parcel.WriteBool(isSplitScreenMode) in Marshalling() 44 appStateData->callerBundleName = parcel.ReadString(); in Unmarshalling()
|
H A D | app_state_data.h | 49 std::string callerBundleName; member
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchConverter.h | 89 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 D | AppMonitorDataConverter.h | 50 appEvtData.callerBundleName = evt.callerBundleName; in ConvertXperfEvtToAppEvtData()
|
H A D | AppLaunchMonitorConverter.h | 59 checkPointData.callerBundleName = appEvtData.callerBundleName; in ConvertAppEvtDataToCheckPointData()
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_authenticator_proxy.h | 29 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 D | app_account_manager_service.cpp | 66 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 D | app_account_authenticator_proxy.cpp | 31 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 D | app_account_authenticator_session.cpp | 188 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 D | dlp_permission_service.cpp | 523 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 D | app_account_authenticator_stub.cpp | 65 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 D | napi_app_account_authenticator.h | 48 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 D | app_state_data.h | 49 std::string callerBundleName; member
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IAppLaunchSceneDb.h | 79 std::string callerBundleName{""}; 107 std::string callerBundleName{""}; 119 std::string callerBundleName{""};
|
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/ |
H A D | IAppThrExecutor.h | 48 std::string callerBundleName{""};
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticate_test.cpp | 52 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 D | napi_app_account_authenticator.cpp | 113 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 D | IAppLaunchSceneDataProcessor.h | 47 std::string callerBundleName{""};
|