Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h375 bool CalledByApi() const;
Ddumpstate.cpp2483 ds.screenshot_path_ = ds.GetPath(ds.CalledByApi() ? "-png.tmp" : ".png"); in PrepareToWriteToFile()
2488 std::string destination = ds.CalledByApi() in PrepareToWriteToFile()
2501 ds.path_ = ds.GetPath(ds.CalledByApi() ? "-zip.tmp" : ".zip"); in PrepareToWriteToFile()
2974 if (CalledByApi()) { in RunInternal()
3069 if (calling_uid == AID_SHELL || !CalledByApi()) { in onUiIntensiveBugreportDumpsFinished()
3080 if (calling_uid == AID_SHELL || !CalledByApi()) { in MaybeCheckUserConsent()
3104 bool Dumpstate::CalledByApi() const { in CalledByApi() function in Dumpstate