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:ACELite
(Results
1 - 17
of
17
) sorted by relevance
/ide/tools/previewer/test/unittest/mock_lite/
H
A
D
BrightnessModuleImplTest.cpp
30
int32_t ret = OHOS::
ACELite
::BrightnessImpl::SetValueImpl(setVal);
in TEST()
31
EXPECT_EQ(ret, OHOS::
ACELite
::EC_API_INVALID_PARAM);
in TEST()
34
ret = OHOS::
ACELite
::BrightnessImpl::SetValueImpl(setVal);
in TEST()
37
OHOS::
ACELite
::BrightnessImpl::GetValueImpl(val);
in TEST()
47
int32_t ret = OHOS::
ACELite
::BrightnessImpl::SetModeImpl(setVal);
in TEST()
48
EXPECT_EQ(ret, OHOS::
ACELite
::EC_API_INVALID_PARAM);
in TEST()
51
ret = OHOS::
ACELite
::BrightnessImpl::SetModeImpl(setVal);
in TEST()
54
OHOS::
ACELite
::BrightnessImpl::GetModeImpl(val);
in TEST()
61
OHOS::
ACELite
::BrightnessImpl brightness;
in TEST()
69
OHOS::
ACELite
in TEST()
[all...]
H
A
D
SensorModuleImplTest.cpp
42
uint32_t ret = OHOS::
ACELite
::SensorImpl::GetBarometer();
in TEST_F()
48
uint32_t ret = OHOS::
ACELite
::SensorImpl::GetSteps();
in TEST_F()
54
uint32_t ret = OHOS::
ACELite
::SensorImpl::GetHeartRate();
in TEST_F()
60
bool ret = OHOS::
ACELite
::SensorImpl::GetOnBodyState();
in TEST_F()
H
A
D
JsAsyncWorkTest.cpp
29
OHOS::
ACELite
::JsAsyncWork::DispatchAsyncWork(AddHandler, nullptr);
in TEST()
/ide/tools/previewer/mock/lite/
H
A
D
AsyncWorkManager.h
29
void AppendAsyncWork(OHOS::
ACELite
::AsyncWorkHandler work, void* arg);
37
std::list<std::pair<OHOS::
ACELite
::AsyncWorkHandler, void*>> workList;
H
A
D
JsAsyncWork.cpp
20
using namespace OHOS::
ACELite
;
H
A
D
SensorModuleImpl.cpp
20
using namespace OHOS::
ACELite
;
H
A
D
AsyncWorkManager.cpp
44
void AsyncWorkManager::AppendAsyncWork(OHOS::
ACELite
::AsyncWorkHandler work, void* arg)
in AppendAsyncWork()
H
A
D
BrightnessModuleImpl.cpp
22
using namespace OHOS::
ACELite
;
/ide/tools/previewer/test/mock_lite/ace_engine_lite/
H
A
D
MockProductAdapter.cpp
20
namespace
ACELite
{
namespace
H
A
D
MockDebugger.cpp
20
namespace
ACELite
{
namespace
H
A
D
MockJsAbility.cpp
20
namespace
ACELite
{
namespace
/ide/tools/previewer/jsapp/lite/
H
A
D
JsAppImpl.h
48
std::unique_ptr<OHOS::
ACELite
::JSAbility> jsAbility;
H
A
D
TimerTaskHandler.cpp
40
using namespace OHOS::
ACELite
;
H
A
D
JsAppImpl.cpp
48
using namespace
ACELite
;
220
jsAbility = std::make_unique<OHOS::
ACELite
::JSAbility>();
in StartJsApp()
/ide/tools/previewer/test/unittest/jsapp_lite/
H
A
D
TimerTaskHandlerTest.cpp
34
OHOS::
ACELite
::AsyncWorkHandler workHandler = [](void* data) {
in TEST()
H
A
D
JsAppImplTest.cpp
90
JsAppImpl::GetInstance().jsAbility = std::make_unique<OHOS::
ACELite
::JSAbility>();
in TEST_F()
118
JsAppImpl::GetInstance().jsAbility = std::make_unique<OHOS::
ACELite
::JSAbility>();
in TEST_F()
/ide/tools/previewer/
H
A
D
ThinPreviewer.cpp
95
OHOS::
ACELite
::JSHeapStatus status;
in SendJsHeapData()
96
OHOS::
ACELite
::JSI::GetJSHeapStatus(status);
in SendJsHeapData()
Completed in 6 milliseconds