Searched refs:SetRestoreEnabled (Results 1 – 6 of 6) sorted by relevance
359 virtual void SetRestoreEnabled(bool enabled) = 0;
243 void SetRestoreEnabled(bool enabled) override;
71 static napi_value SetRestoreEnabled(napi_env env, napi_callback_info info);
385 napi_value JsAbilityContext::SetRestoreEnabled(napi_env env, napi_callback_info info) in SetRestoreEnabled() function in OHOS::AbilityRuntime::JsAbilityContext1949 …dNativeFunction(env, object, "setRestoreEnabled", moduleName, JsAbilityContext::SetRestoreEnabled); in CreateJsAbilityContext()2642 abilityContext->SetRestoreEnabled(enabled); in OnSetRestoreEnabled()
1331 context_->SetRestoreEnabled(true);
1041 void AbilityContextImpl::SetRestoreEnabled(bool enabled) in SetRestoreEnabled() function in OHOS::AbilityRuntime::AbilityContextImpl