Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_ability_handler.cpp89 if (callerAppIndex.has_value()) { in GetCallerAppIndex()
90 return callerAppIndex.value(); in GetCallerAppIndex()
93 callerAppIndex = record ? record->GetAppIndex() : 0; in GetCallerAppIndex()
94 return callerAppIndex.value(); in GetCallerAppIndex()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dstart_ability_handler.h68 std::optional<int32_t> callerAppIndex; member

Completed in 1 milliseconds