Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_ability_handler.cpp42 if (dlpAccessOtherApps.has_value()) { in DlpAccessOtherApps()
43 return dlpAccessOtherApps.value(); in DlpAccessOtherApps()
45 dlpAccessOtherApps = DlpUtils::DlpAccessOtherAppsCheck(callerToken, want); in DlpAccessOtherApps()
46 return dlpAccessOtherApps.value(); in DlpAccessOtherApps()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dstart_ability_handler.h63 std::optional<bool> dlpAccessOtherApps; member

Completed in 2 milliseconds