mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-19 14:06:09 -04:00
Description:startingWindow
Sig:SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: altay <yuaqiang1@huawei.com> Change-Id: I459b89961c892dca9bf27c1a66e86d940f6880c3
This commit is contained in:
@@ -423,11 +423,15 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef SUPPORT_GRAPHICS
|
||||
virtual int RegisterWindowManagerServiceHandler(const sptr<IWindowManagerServiceHandler>& handler) override
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual void CompleteFirstFrameDrawing(const sptr<IRemoteObject> &abilityToken) override {}
|
||||
#endif
|
||||
|
||||
#ifdef ABILITY_COMMAND_FOR_TEST
|
||||
virtual int ForceTimeoutForTest(const std::string &abilityName, const std::string &state) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user