Searched refs:IsSystemAbilityCall (Results 1 – 3 of 3) sorted by relevance
1912 bool res1 = abilityRecord->IsSystemAbilityCall(nullptr);1916 bool res2 = abilityRecord->IsSystemAbilityCall(callerToken);1920 bool res3 = abilityRecord->IsSystemAbilityCall(callerToken);
1143 bool IsSystemAbilityCall(const sptr<IRemoteObject> &callerToken, uint32_t callingTokenId = 0);
2099 if (!srcAbilityId.empty() && IsSystemAbilityCall(callerToken, callingTokenId)) { in AddCallerRecord()2127 bool AbilityRecord::IsSystemAbilityCall(const sptr<IRemoteObject> &callerToken, uint32_t callingTok… in IsSystemAbilityCall() function in OHOS::AAFwk::AbilityRecord