Searched refs:CalledByApi (Results 1 – 2 of 2) sorted by relevance
389 bool CalledByApi() const;
2833 ds.screenshot_path_ = ds.GetPath(ds.CalledByApi() ? "-png.tmp" : ".png"); in PrepareToWriteToFile()2838 std::string destination = ds.CalledByApi() in PrepareToWriteToFile()2851 ds.path_ = ds.GetPath(ds.CalledByApi() ? "-zip.tmp" : ".zip"); in PrepareToWriteToFile()3426 if (CalledByApi() && !options_->is_consent_deferred) { in RunInternal()3587 if (multiuser_get_app_id(calling_uid) == AID_SHELL || !CalledByApi()) { in onUiIntensiveBugreportDumpsFinished()3599 !CalledByApi() || options_->is_consent_deferred || in MaybeCheckUserConsent()3629 bool Dumpstate::CalledByApi() const { in CalledByApi() function in Dumpstate