Searched refs:OtherAppsAccessDlpCheck (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/dlp_utils_test/ |
H A D | dlp_utils_test.cpp | 61 bool result = DlpUtils::OtherAppsAccessDlpCheck(abilityRecord->GetToken(), want); 77 bool result = DlpUtils::OtherAppsAccessDlpCheck(abilityRecord->GetToken(), want);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_ability_handler.cpp | 37 otherAppsAccessDlp = DlpUtils::OtherAppsAccessDlpCheck(callerToken, want); in OtherAppsAccessDlp()
|
H A D | ability_manager_service.cpp | 1007 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in StartAbilityInner() 1331 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in StartAbilityDetails() 1624 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in StartAbilityForOptionInner() 1927 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in RequestDialogServiceInner() 3089 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, extensionSessionInfo->want) || in StartUIExtensionAbility() 10207 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in CheckDlpForExtension()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | dlp_utils.h | 75 [[maybe_unused]]static bool OtherAppsAccessDlpCheck(const sptr<IRemoteObject> &callerToken, const W… in OtherAppsAccessDlpCheck() function
|