Home
last modified time | relevance | path

Searched refs:GetItem (Results 1 - 14 of 14) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_history_list_impl.cpp28 ArkWebRefPtr<ArkWebHistoryItem> ArkWebHistoryListImpl::GetItem(int32_t index) in GetItem() function in OHOS::ArkWeb::ArkWebHistoryListImpl
30 std::shared_ptr<OHOS::NWeb::NWebHistoryItem> nweb_history_item = nweb_history_list_->GetItem(index); in GetItem()
H A Dark_web_history_list_impl.h32 ArkWebRefPtr<ArkWebHistoryItem> GetItem(int32_t index) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_list_wrapper.cpp28 std::shared_ptr<OHOS::NWeb::NWebHistoryItem> ArkWebHistoryListWrapper::GetItem(int32_t index) in GetItem() function in OHOS::ArkWeb::ArkWebHistoryListWrapper
30 ArkWebRefPtr<ArkWebHistoryItem> ark_web_history_item = ark_web_history_list_->GetItem(index); in GetItem()
H A Dark_web_history_list_wrapper.h30 std::shared_ptr<OHOS::NWeb::NWebHistoryItem> GetItem(int32_t index) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_history_list.h28 virtual ArkWebRefPtr<ArkWebHistoryItem> GetItem(int32_t index) = 0;
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_config_change_observer.cpp32 std::string newLanguageInfo = configuration.GetItem(AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE); in OnConfigurationUpdated()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_history_list.h48 virtual std::shared_ptr<NWebHistoryItem> GetItem(int32_t index) = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h244 std::shared_ptr<OHOS::NWeb::NWebHistoryItem> GetItem(int32_t index);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h563 std::shared_ptr<NWebHistoryItem> GetItem(int32_t index);
H A Dnapi_webview_controller.h451 static napi_value GetItem(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1196 std::shared_ptr<NWebHistoryItem> WebHistoryList::GetItem(int32_t index) in GetItem() function in OHOS::NWeb::WebHistoryList
1201 return sptrHistoryList_->GetItem(index); in GetItem()
H A Dnapi_webview_controller.cpp779 DECLARE_NAPI_FUNCTION("getItemAtIndex", NapiWebHistoryList::GetItem) in Init()
3833 napi_value NapiWebHistoryList::GetItem(napi_env env, napi_callback_info info) in GetItem() function in OHOS::NWeb::NapiWebHistoryList
3864 std::shared_ptr<NWebHistoryItem> item = historyList->GetItem(index); in GetItem()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp737 std::shared_ptr<OHOS::NWeb::NWebHistoryItem> WebHistoryListImpl::GetItem(int32_t index) in GetItem() function in OHOS::Webview::WebHistoryListImpl
742 return sptrHistoryList_->GetItem(index); in GetItem()
H A Dwebview_ffi.cpp1155 std::shared_ptr<NWebHistoryItem> item = nativeWebHistoryListImpl->GetItem(index); in FfiOHOSGetItemAtIndex()

Completed in 37 milliseconds