Searched refs:GetCurrentAppCloneIndex (Results 1 – 5 of 5) sorted by relevance
141 int32_t GetCurrentAppCloneIndex();
128 static napi_value GetCurrentAppCloneIndex(napi_env env, napi_callback_info info);
1279 int32_t res = context_->GetCurrentAppCloneIndex();1292 int32_t res = context_->GetCurrentAppCloneIndex();
900 napi_value JsApplicationContextUtils::GetCurrentAppCloneIndex(napi_env env, napi_callback_info info) in GetCurrentAppCloneIndex() function in OHOS::AbilityRuntime::JsApplicationContextUtils919 int32_t appIndex = context->GetCurrentAppCloneIndex(); in OnGetCurrentAppCloneIndex()1676 JsApplicationContextUtils::GetCurrentAppCloneIndex); in BindNativeApplicationContextTwo()
816 int32_t ApplicationContext::GetCurrentAppCloneIndex() in GetCurrentAppCloneIndex() function in OHOS::AbilityRuntime::ApplicationContext