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:page_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend_delegate.cpp
30
CHECK_NULL_VOID(
page_
);
in FireCardEvent()
31
auto context =
page_
->GetPipelineContext().Upgrade();
in FireCardEvent()
35
auto nodeId = eventMarker.GetData().eventId == "_root" ? DOM_ROOT_NODE_ID_BASE +
page_
->GetPageId()
in FireCardEvent()
37
auto action =
page_
->GetNodeEventAction(nodeId, eventMarker.GetData().eventType);
in FireCardEvent()
38
auto node =
page_
->GetDomDocument()->GetDOMNodeById(nodeId);
in FireCardEvent()
73
if (!
page_
) {
in CreatePage()
75
page_
= AceType::MakeRefPtr<Framework::JsAcePage>(pageId, document, url);
in CreatePage()
77
return
page_
;
in CreatePage()
83
if (!
page_
) {
in CreatePage()
85
page_
in CreatePage()
[all...]
H
A
D
card_frontend_delegate.h
43
RefPtr<JsAcePage>
page_
;
member in OHOS::Ace::Framework::CardFrontendDelegate
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
test_config.cpp
32
testConfig->
page_
= json->GetString("page");
in ParseComponentTestConfig()
33
if (testConfig->
page_
== "") {
in ParseComponentTestConfig()
47
return
page_
;
in GetPage()
H
A
D
test_config.h
35
std::string
page_
;
member in OHOS::Ace::ComponentTest::TestConfig
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_sub_unit_info.h
110
uint8_t
page_
{AVRC_CT_SUB_UNIT_PAGE}; // The value of the "Page".
H
A
D
avrcp_ct_sub_unit_info.cpp
63
(buffer + offset), ((
page_
& 0b00000111) << AVRC_CT_SUB_UNIT_MOVE_BIT_4) | (extentionCode_ & 0b00000111));
in AssemblePacket()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_sub_unit_info.h
104
uint8_t
page_
{AVRC_TG_SUB_UNIT_PAGE}; // The value of the "Page".
H
A
D
avrcp_tg_sub_unit_info.cpp
63
(buffer + offset), ((
page_
& 0b00000111) << AVRC_TG_OFFSET_FOUR_BITS) | (extentionCode_ & 0b00000111));
in AssemblePacket()
Completed in 2 milliseconds