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:AppExecFwk
(Results
1 - 10
of
10
) sorted by relevance
/ide/tools/previewer/test/unittest/jsapp/
H
A
D
EventHandlerTest.cpp
28
EXPECT_TRUE(std::is_copy_constructible<OHOS::
AppExecFwk
::EventHandler>::value == false);
in TEST()
34
EXPECT_TRUE(std::is_copy_assignable<OHOS::
AppExecFwk
::EventHandler>::value == false);
in TEST()
40
OHOS::
AppExecFwk
::EventHandler::SetMainThreadId(tid);
in TEST()
41
EXPECT_EQ(OHOS::
AppExecFwk
::EventRunner::GetMainEventRunner().threadId, tid);
in TEST()
47
EXPECT_FALSE(OHOS::
AppExecFwk
::EventHandler::IsCurrentRunnerThread());
in TEST()
50
EXPECT_TRUE(OHOS::
AppExecFwk
::EventHandler::IsCurrentRunnerThread());
in TEST()
55
OHOS::
AppExecFwk
::EventHandler::PostTask([]() {
in TEST()
58
EXPECT_TRUE(OHOS::
AppExecFwk
::EventRunner::GetMainEventRunner().queue.size() > 0);
in TEST()
63
OHOS::
AppExecFwk
::EventHandler::Run();
in TEST()
/ide/tools/previewer/jsapp/rich/external/
H
A
D
EventHandler.h
21
namespace OHOS::
AppExecFwk
{
namespace in OHOS
H
A
D
EventHandler.cpp
18
namespace OHOS::
AppExecFwk
{
namespace in OHOS
H
A
D
EventRunner.h
24
namespace OHOS::
AppExecFwk
{
namespace in OHOS
H
A
D
EventQueue.cpp
18
namespace OHOS::
AppExecFwk
{
namespace in OHOS
H
A
D
EventQueue.h
24
namespace OHOS::
AppExecFwk
{
namespace in OHOS
H
A
D
EventRunner.cpp
18
namespace OHOS::
AppExecFwk
{
namespace in OHOS
/ide/tools/previewer/test/mock/ability/
H
A
D
MockSimulator.cpp
38
void UpdateConfiguration(const
AppExecFwk
::Configuration &config) override
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
86
OHOS::
AppExecFwk
::EventHandler::SetMainThreadId(std::this_thread::get_id());
in Start()
91
OHOS::
AppExecFwk
::EventHandler::Run();
in Start()
135
OHOS::
AppExecFwk
::EventHandler::PostTask([this]() {
in OrientationChanged()
211
Platform::AcePreviewHelper::GetInstance()->SetCallbackOfPostTask(
AppExecFwk
::EventHandler::PostTask);
in RunJsApp()
213
SetCallbackOfIsCurrentRunnerThread(
AppExecFwk
::EventHandler::IsCurrentRunnerThread);
in RunJsApp()
372
options.postTask =
AppExecFwk
::EventHandler::PostTask;
in SetSimulatorCommonParams()
375
std::shared_ptr<
AppExecFwk
::Configuration> JsAppImpl::UpdateConfiguration(OHOS::Ace::Platform::AceRunArgs& args)
in UpdateConfiguration()
377
std::shared_ptr<
AppExecFwk
::Configuration> configuration = std::make_shared<
AppExecFwk
::Configuration>();
in UpdateConfiguration()
389
configuration->AddItem(OHOS::
AppExecFwk
in UpdateConfiguration()
[all...]
H
A
D
JsAppImpl.h
47
namespace
AppExecFwk
{
namespace
171
std::shared_ptr<OHOS::
AppExecFwk
::Configuration> UpdateConfiguration(OHOS::Ace::Platform::AceRunArgs& args);
Completed in 4 milliseconds