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:ROLE
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H
A
D
wakeup_engine.cpp
59
if (
ROLE
(WakeupEngineImpl).Handle(msg) != 0) {
in OnDetected()
73
if (
ROLE
(WakeupEngineImpl).Handle(msg) != 0) {
in Init()
88
ROLE
(WakeupEngineImpl).Handle(msg);
in SetCallback()
105
return
ROLE
(WakeupEngineImpl).Handle(msg);
in StartCapturer()
112
int32_t ret =
ROLE
(WakeupEngineImpl).Handle(msg);
in Read()
125
return
ROLE
(WakeupEngineImpl).Handle(msg);
in StopCapturer()
223
return
ROLE
(WakeupEngineImpl).Handle(msg);
in Detach()
235
return
ROLE
(WakeupEngineImpl).Handle(msg);
in SetParameter()
243
if (
ROLE
(WakeupEngineImpl).Handle(msg) != 0) {
in GetParameter()
254
return
ROLE
(WakeupEngineImp
in Stop()
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H
A
D
base_macros.h
18
#define
ROLE
(role) Get##role()
macro
19
#define ROLE_PROTO_TYPE(role) role&
ROLE
(role) const
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_button.h
61
static constexpr char
ROLE
[] = "role";
member in OHOS::Ace::Framework::JSButton
H
A
D
js_button.cpp
739
if (optionObj->HasProperty(JSButton::
ROLE
)) {
in ParseButtonRole()
742
if (optionObj->GetProperty(JSButton::
ROLE
)->IsNumber()) {
in ParseButtonRole()
743
auto buttonRoleIntValue = optionObj->GetProperty(JSButton::
ROLE
)->ToNumber<int32_t>();
in ParseButtonRole()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H
A
D
negotiate_message.cpp
32
{ NegotiateMessageKey::
ROLE
, "KEY_ROLE" },
78
{ NegotiateMessageKey::
ROLE
, Serializable::ValueType::INT },
565
Set(NegotiateMessageKey::
ROLE
, static_cast<int>(value));
in SetLegacyP2pRole()
570
auto value = Get(NegotiateMessageKey::
ROLE
, static_cast<int>(WifiDirectRole::WIFI_DIRECT_ROLE_INVALID));
in GetLegacyP2pRole()
H
A
D
negotiate_message.h
116
ROLE
= 202,
member in OHOS::SoftBus::NegotiateMessageKey
Completed in 5 milliseconds