Searched refs:OtherAppsAccessDlpCheck (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/dlp_utils_test/ |
H A D | dlp_utils_test.cpp | 50 * @tc.desc: OtherAppsAccessDlpCheck Test 61 bool result = DlpUtils::OtherAppsAccessDlpCheck(abilityRecord->GetToken(), want); in HWTEST_F() 67 * @tc.desc: OtherAppsAccessDlpCheck Test 77 bool result = DlpUtils::OtherAppsAccessDlpCheck(abilityRecord->GetToken(), want); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_ability_handler.cpp | 36 otherAppsAccessDlp = DlpUtils::OtherAppsAccessDlpCheck(callerToken, want); in OtherAppsAccessDlp()
|
H A D | ability_manager_service.cpp | 1032 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in StartAbilityInner() 1378 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in StartAbilityDetails() 1685 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in StartAbilityForOptionInner() 1996 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in RequestDialogServiceInner() 3121 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, extensionSessionInfo->want) || in StartUIExtensionAbility() 9889 if (!DlpUtils::OtherAppsAccessDlpCheck(callerToken, want) || in CheckDlpForExtension()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/ |
H A D | dlp_utils.h | 75 [[maybe_unused]]static bool OtherAppsAccessDlpCheck(const sptr<IRemoteObject> &callerToken, const Want &want) in OtherAppsAccessDlpCheck() function
|
Completed in 21 milliseconds