Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetPageUrl
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H
A
D
event_recorder.cpp
70
EventParamsBuilder& EventParamsBuilder::
SetPageUrl
(const std::string& pageUrl)
in SetPageUrl()
function in OHOS::Ace::Recorder::EventParamsBuilder
274
builder.
SetPageUrl
(GetPageUrl());
in OnClick()
287
builder.
SetPageUrl
(GetPageUrl());
in OnChange()
296
builder.
SetPageUrl
(GetPageUrl());
in OnEvent()
308
builder.
SetPageUrl
(GetPageUrl());
in OnNavDstShow()
325
builder.
SetPageUrl
(GetPageUrl());
in OnNavDstHide()
H
A
D
exposure_processor.cpp
64
.
SetPageUrl
(pageUrl_)
in OnVisibleChange()
H
A
D
event_recorder.h
106
EventParamsBuilder&
SetPageUrl
(const std::string& pageUrl);
/foundation/arkui/ace_engine/frameworks/base/view_data/
H
A
D
view_data_wrap.h
49
virtual void
SetPageUrl
(const std::string& pageUrl) {}
in SetPageUrl()
function in OHOS::OHOS::Ace::ViewDataWrap
/foundation/arkui/ace_engine/test/mock/base/
H
A
D
mock_jank_frame_report.cpp
49
void PerfMonitor::
SetPageUrl
(const std::string& pageUrl) {}
in SetPageUrl()
function in OHOS::Ace::PerfMonitor
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
view_data_wrap_ohos.h
196
void
SetPageUrl
(const std::string& pageUrl) override
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H
A
D
perf_monitor.h
143
void
SetPageUrl
(const std::string& pageUrl);
H
A
D
perf_monitor.cpp
393
void PerfMonitor::
SetPageUrl
(const std::string& pageUrl)
in SetPageUrl()
function in OHOS::Ace::PerfMonitor
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H
A
D
event_recorder_test.cpp
541
builder1.SetId("hello").
SetPageUrl
("pages/Index").SetText("world");
in HWTEST_F()
547
builder2.SetId("hello").
SetPageUrl
("pages/Index").SetText("world").SetChecked(true);
in HWTEST_F()
555
.
SetPageUrl
("pages/Index")
in HWTEST_F()
1143
builder1.SetId("hello").
SetPageUrl
("pages/Index").SetText("world");
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
page_pattern.cpp
482
PerfMonitor::GetPerfMonitor()->
SetPageUrl
(pageUrl);
in NotifyPerfMonitorPageMsg()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_nbranch_test.cpp
103
MOCK_METHOD(void,
SetPageUrl
, (const std::string& pageUrl), (override));
436
EXPECT_CALL(*viewDataWrap,
SetPageUrl
(std::string("")));
in HWTEST_F()
H
A
D
web_pattern_test_ng.cpp
2855
MOCK_METHOD(void,
SetPageUrl
, (const std::string& pageUrl), (override));
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
2950
viewDataWrap->
SetPageUrl
(nodeTag);
in DumpPageViewData()
2959
viewDataWrap->
SetPageUrl
(pageInfo->GetPageUrl());
in DumpPageViewData()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
4290
viewDataWrap->
SetPageUrl
(viewDataCommon_.pageUrl);
in DumpViewDataPageNode()
Completed in 37 milliseconds