Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2167 saCallerInfo_ = std::make_shared<CallerAbilityInfo>(); in RecordSaCallerInfo()
2168 saCallerInfo_->callerTokenId = want.GetIntParam(Want::PARAM_RESV_CALLER_TOKEN, 0); in RecordSaCallerInfo()
2169 saCallerInfo_->callerUid = want.GetIntParam(Want::PARAM_RESV_CALLER_UID, 0); in RecordSaCallerInfo()
2170 saCallerInfo_->callerPid = want.GetIntParam(Want::PARAM_RESV_CALLER_PID, 0); in RecordSaCallerInfo()
2171 saCallerInfo_->callerNativeName = want.GetStringParam(Want::PARAM_RESV_CALLER_NATIVE_NAME); in RecordSaCallerInfo()
2193 return saCallerInfo_; in GetCallerInfo()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1351 std::shared_ptr<CallerAbilityInfo> saCallerInfo_ = nullptr; member in OHOS::AAFwk::AbilityRecord

Completed in 8 milliseconds