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:GetMode
(Results
1 - 25
of
28
) sorted by relevance
1
2
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_screen_capture_config_wrapper.cpp
27
int32_t ArkWebScreenCaptureConfigWrapper::
GetMode
()
in GetMode()
function in OHOS::ArkWeb::ArkWebScreenCaptureConfigWrapper
29
return ark_web_screen_capture_config_->
GetMode
();
in GetMode()
H
A
D
ark_web_doh_config_wrapper.cpp
26
int32_t ArkWebDohConfigWrapper::
GetMode
()
in GetMode()
function in OHOS::ArkWeb::ArkWebDohConfigWrapper
28
return ark_web_doh_config_->
GetMode
();
in GetMode()
H
A
D
ark_web_screen_capture_config_wrapper.h
32
int32_t
GetMode
() override;
H
A
D
ark_web_doh_config_wrapper.h
30
int32_t
GetMode
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_screen_capture_config_impl.cpp
27
int32_t ArkWebScreenCaptureConfigImpl::
GetMode
()
in GetMode()
function in OHOS::ArkWeb::ArkWebScreenCaptureConfigImpl
29
return nweb_screen_capture_config_->
GetMode
();
in GetMode()
H
A
D
ark_web_doh_config_impl.cpp
26
int32_t ArkWebDohConfigImpl::
GetMode
()
in GetMode()
function in OHOS::ArkWeb::ArkWebDohConfigImpl
28
return nweb_doh_config_->
GetMode
();
in GetMode()
H
A
D
ark_web_screen_capture_config_impl.h
32
int32_t
GetMode
() override;
H
A
D
ark_web_doh_config_impl.h
32
int32_t
GetMode
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_doh_config.h
29
virtual int32_t
GetMode
() = 0;
H
A
D
ark_web_screen_capture_config.h
28
virtual int32_t
GetMode
() = 0;
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_download_manager.h
29
virtual int
GetMode
() = 0;
H
A
D
nweb_access_request.h
76
virtual int32_t
GetMode
() = 0;
/base/sensors/miscdevice/utils/common/include/
H
A
D
light_animation_ipc.h
27
int32_t
GetMode
() const;
/base/update/updater/services/ui/
H
A
D
updater_ui_empty.h
36
std::string
GetMode
() const
in GetMode()
function in Updater::UpdaterUiEmpty
H
A
D
updater_ui_facade.h
35
std::string
GetMode
() const;
H
A
D
updater_ui_facade.cpp
56
std::string UpdaterUiFacade::
GetMode
() const
in GetMode()
function in Updater::UpdaterUiFacade
/base/sensors/miscdevice/utils/common/src/
H
A
D
light_animation_ipc.cpp
25
int32_t LightAnimationIPC::
GetMode
() const
in GetMode()
function in OHOS::Sensors::LightAnimationIPC
/base/powermgr/display_manager/state_manager/frameworks/napi/
H
A
D
brightness_module.cpp
116
static napi_value
GetMode
(napi_env env, napi_callback_info info)
120
"
GetMode
",
126
asyncBrightness->
GetMode
();
193
DECLARE_NAPI_FUNCTION("getMode",
GetMode
),
H
A
D
brightness.h
42
void
GetMode
();
/base/powermgr/power_manager/frameworks/napi/utils/
H
A
D
async_callback_info.h
51
inline PowerMode
GetMode
() const
in GetMode()
function in OHOS::PowerMgr::AsyncCallbackInfo::AsyncData
/base/update/updater/test/unittest/updater_ui_test/
H
A
D
updater_ui_facade_unittest.cpp
43
EXPECT_EQ(UPDATER_UI_INSTANCE.
GetMode
(), mode);
in HWTEST_F()
/base/update/updater/services/
H
A
D
updater_ui.cpp
51
if (GetFacade().
GetMode
() != UPDATERMODE_FACTORYRST && GetFacade().
GetMode
() != UPDATERMODE_REBOOTFACTORYRST) {
in DoProgress()
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H
A
D
hdi_light_connection.cpp
84
flashEffect.flashMode = animation.
GetMode
();
in TurnOn()
H
A
D
compatible_light_connection.cpp
60
int32_t mode = animation.
GetMode
();
in TurnOn()
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_init_params.h
33
int
GetMode
() override
Completed in 28 milliseconds
1
2