Searched refs:historyList (Results 1 - 5 of 5) sorted by relevance
/base/security/device_security_level/services/dslm/ |
H A D | dslm_core_defines.h | 59 ListHead historyList; member
|
H A D | dslm_device_list.c | 120 InitListHead(&info->historyList); in CreatOrGetDslmDeviceInfo()
|
H A D | dslm_fsm_process.c | 169 AddListNodeBefore(node, &info->historyList); in ProcessSendDeviceInfoCallback() 392 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList() 399 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList()
|
/base/security/device_security_level/services/dfx/ |
H A D | dslm_hidumper.c | 236 FOREACH_LIST_NODE (node, &info->historyList) { in DumpHistoryCalls()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 777 napi_value historyList = nullptr; in Init() local 783 historyListProperties, &historyList); in Init() 784 napi_create_reference(env, historyList, 1, &g_historyListRef); in Init() 785 napi_set_named_property(env, exports, WEB_HISTORY_LIST_CLASS_NAME.c_str(), historyList); in Init() 3840 WebHistoryList *historyList = nullptr; in GetItem() local 3843 NAPI_CALL(env, napi_unwrap(env, thisVar, (void **)&historyList)); in GetItem() 3844 if (historyList == nullptr) { in GetItem() 3845 WVLOG_E("unwrap historyList failed."); in GetItem() 3858 if (index >= historyList->GetListSize() || index < 0) { in GetItem() 3864 std::shared_ptr<NWebHistoryItem> item = historyList in GetItem() 3912 napi_value historyList = nullptr; getBackForwardEntries() local [all...] |
Completed in 11 milliseconds