Home
last modified time | relevance | path

Searched refs:historyList (Results 1 – 5 of 5) sorted by relevance

/base/security/device_security_level/services/dslm/
Ddslm_core_defines.h60 ListHead historyList; member
Ddslm_device_list.c119 InitListHead(&info->historyList); in CreatOrGetDslmDeviceInfo()
Ddslm_fsm_process.c166 AddListNodeBefore(node, &info->historyList); in ProcessSendDeviceInfoCallback()
374 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList()
381 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp149 napi_value historyList = nullptr; in Init() local
155 historyListProperties, &historyList); in Init()
156 napi_create_reference(env, historyList, 1, &g_historyListRef); in Init()
157 napi_set_named_property(env, exports, WEB_HISTORY_LIST_CLASS_NAME.c_str(), historyList); in Init()
2000 WebHistoryList *historyList = nullptr; in GetItem() local
2003 NAPI_CALL(env, napi_unwrap(env, thisVar, (void **)&historyList)); in GetItem()
2004 if (historyList == nullptr) { in GetItem()
2016 if (index >= historyList->GetListSize() || index < 0) { in GetItem()
2021 std::shared_ptr<NWebHistoryItem> item = historyList->GetItem(index); in GetItem()
2074 napi_value historyList = nullptr; in getBackForwardEntries() local
[all …]
/base/security/device_security_level/services/dfx/
Ddslm_hidumper.c207 FOREACH_LIST_NODE (node, &info->historyList) { in DumpHistoryCalls()