Home
last modified time | relevance | path

Searched refs:CalledByApi (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.h362 bool CalledByApi() const;
Ddumpstate.cpp2597 ds.screenshot_path_ = ds.GetPath(ds.CalledByApi() ? "-png.tmp" : ".png"); in PrepareToWriteToFile()
2602 std::string destination = ds.CalledByApi() in PrepareToWriteToFile()
2615 ds.path_ = ds.GetPath(ds.CalledByApi() ? "-zip.tmp" : ".zip"); in PrepareToWriteToFile()
3083 if (CalledByApi()) { in RunInternal()
3187 if (calling_uid == AID_SHELL || !CalledByApi()) { in onUiIntensiveBugreportDumpsFinished()
3198 if (calling_uid == AID_SHELL || !CalledByApi()) { in MaybeCheckUserConsent()
3222 bool Dumpstate::CalledByApi() const { in CalledByApi() function in Dumpstate