Lines Matching refs:hidden_api_
87 if (hidden_api_.IsInBoot(str)) { in CollectAccesses()
89 } else if (hidden_api_.IsInBoot(name)) { in CollectAccesses()
186 if (hidden_api_.GetSignatureSource(name) != SignatureSource::APP && in Dump()
187 hidden_api_.ShouldReport(name)) { in Dump()
189 hiddenapi::ApiList api_list = hidden_api_.GetApiList(pair.first); in Dump()
202 if (hidden_api_.GetSignatureSource(name) != SignatureSource::APP && in Dump()
203 hidden_api_.ShouldReport(name)) { in Dump()
205 hiddenapi::ApiList api_list = hidden_api_.GetApiList(pair.first); in Dump()
221 if (hidden_api_.GetSignatureSource(full_name) != SignatureSource::APP && in Dump()
222 hidden_api_.ShouldReport(full_name)) { in Dump()
223 hiddenapi::ApiList api_list = hidden_api_.GetApiList(full_name); in Dump()