Searched refs:DlpAccessOtherAppsCheck (Results 1 – 4 of 4) sorted by relevance
93 bool result = DlpUtils::DlpAccessOtherAppsCheck(abilityRecord->GetToken(), want);
46 dlpAccessOtherApps = DlpUtils::DlpAccessOtherAppsCheck(callerToken, want); in DlpAccessOtherApps()
1009 !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()
38 [[maybe_unused]]static bool DlpAccessOtherAppsCheck(const sptr<IRemoteObject> &callerToken, const W… in DlpAccessOtherAppsCheck() function