Home
last modified time | relevance | path

Searched refs:DlpAccessOtherAppsCheck (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/dlp_utils_test/
H A Ddlp_utils_test.cpp93 bool result = DlpUtils::DlpAccessOtherAppsCheck(abilityRecord->GetToken(), want);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_ability_handler.cpp46 dlpAccessOtherApps = DlpUtils::DlpAccessOtherAppsCheck(callerToken, want); in DlpAccessOtherApps()
H A Dability_manager_service.cpp1009 !DlpUtils::DlpAccessOtherAppsCheck(callerToken, want)) { in StartAbilityInner()
1333 !DlpUtils::DlpAccessOtherAppsCheck(callerToken, want)) { in StartAbilityDetails()
1626 !DlpUtils::DlpAccessOtherAppsCheck(callerToken, want)) { in StartAbilityForOptionInner()
1928 !DlpUtils::DlpAccessOtherAppsCheck(callerToken, want)) { in RequestDialogServiceInner()
3091 !DlpUtils::DlpAccessOtherAppsCheck(callerToken, extensionSessionInfo->want)) { in StartUIExtensionAbility()
10209 !DlpUtils::DlpAccessOtherAppsCheck(callerToken, want)) { in CheckDlpForExtension()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Ddlp_utils.h38 [[maybe_unused]]static bool DlpAccessOtherAppsCheck(const sptr<IRemoteObject> &callerToken, const W… in DlpAccessOtherAppsCheck() function