Home
last modified time | relevance | path

Searched refs:otherAppsAccessDlp (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_ability_handler.cpp33 if (otherAppsAccessDlp.has_value()) { in OtherAppsAccessDlp()
34 return otherAppsAccessDlp.value(); in OtherAppsAccessDlp()
36 otherAppsAccessDlp = DlpUtils::OtherAppsAccessDlpCheck(callerToken, want); in OtherAppsAccessDlp()
37 return otherAppsAccessDlp.value(); in OtherAppsAccessDlp()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dstart_ability_handler.h62 std::optional<bool> otherAppsAccessDlp; member

Completed in 2 milliseconds