Searched refs:NeedBuildNewInstance (Results 1 – 4 of 4) sorted by relevance
115 bool NeedBuildNewInstance(int32_t index) override;
1114 bool JSNavigationStack::NeedBuildNewInstance(int32_t index) in NeedBuildNewInstance() function in OHOS::Ace::Framework::JSNavigationStack
216 virtual bool NeedBuildNewInstance(int32_t index) { return false; } in NeedBuildNewInstance() function
706 if (navigationStack_->NeedBuildNewInstance(index)) { in UpdateNavPathList()