Searched refs:hidden_api_ (Results 1 – 4 of 4) sorted by relevance
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()[all …]
40 explicit PreciseHiddenApiFinder(const HiddenApi& hidden_api) : hidden_api_(hidden_api) {} in PreciseHiddenApiFinder()59 const HiddenApi& hidden_api_; variable
39 explicit HiddenApiFinder(const HiddenApi& hidden_api) : hidden_api_(hidden_api) {} in HiddenApiFinder()54 const HiddenApi& hidden_api_; variable
108 if (hidden_api_.GetSignatureSource(full_name) != SignatureSource::APP && in Dump()109 hidden_api_.ShouldReport(full_name)) { in Dump()111 hiddenapi::ApiList api_list = hidden_api_.GetApiList(full_name); in Dump()