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:context1
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
inspector_test_ng.cpp
79
* @tc.expected: expect
context1
is not null
in HWTEST_F()
81
auto
context1
= PipelineContext::GetCurrentContext();
in HWTEST_F()
local
82
ASSERT_NE(
context1
, nullptr);
in HWTEST_F()
90
context1
->rootNode_ = ONE;
in HWTEST_F()
91
context1
->rootNode_->AddChild(TWO);
in HWTEST_F()
92
auto rootNode =
context1
->GetRootElement();
in HWTEST_F()
100
context1
->rootNode_ = nullptr;
in HWTEST_F()
121
auto
context1
= PipelineContext::GetCurrentContext();
in HWTEST_F()
local
122
ASSERT_NE(
context1
, nullptr);
in HWTEST_F()
132
context1
in HWTEST_F()
158
auto
context1
= PipelineContext::GetCurrentContext();
HWTEST_F()
local
246
auto
context1
= PipelineContext::GetCurrentContext();
HWTEST_F()
local
262
auto
context1
= PipelineContext::GetCurrentContext();
HWTEST_F()
local
350
auto
context1
= PipelineContext::GetCurrentContext();
HWTEST_F()
local
553
auto
context1
= PipelineContext::GetCurrentContext();
HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H
A
D
eglwrapperdisplay_fuzzer.cpp
84
EGLContext
context1
= GetData<EGLContext>();
in DoSomethingInterestingWithMyAPI()
local
154
eglWrapperDisplay->DestroyEglContext(
context1
);
in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H
A
D
preferences_ndk_test.cpp
624
void *
context1
= &obj;
in HWTEST_F()
local
625
ASSERT_EQ(OH_Preferences_RegisterDataObserver(pref, (void*)
context1
, DataChangeObserverCallback, keys1, 3),
in HWTEST_F()
Completed in 3 milliseconds