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:serviceState_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
nat464_service.cpp
40
serviceState_
= NAT464_SERVICE_STATE_IDLE;
in Nat464Service()
45
if (
serviceState_
== NAT464_SERVICE_STATE_IDLE) {
in MaybeUpdateV6Iface()
61
switch (
serviceState_
) {
in UpdateServiceState()
65
serviceState_
= NAT464_SERVICE_STATE_DISCOVERING;
in UpdateServiceState()
72
serviceState_
= NAT464_SERVICE_STATE_IDLE;
in UpdateServiceState()
76
serviceState_
= NAT464_SERVICE_STATE_RUNNING;
in UpdateServiceState()
83
serviceState_
= NAT464_SERVICE_STATE_IDLE;
in UpdateServiceState()
165
if (
serviceState_
== NAT464_SERVICE_STATE_RUNNING) {
in StartService()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
nat464_service.h
62
volatile Nat464ServiceState
serviceState_
;
member in OHOS::NetManagerStandard::Nat464Service
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_system_interface.cpp
69
serviceState_
= 0;
in Stop()
321
serviceState_
= static_cast<std::underlying_type<RegServiceState>::type>(networkState->GetRegStatus());
in GetServiceState()
322
LOG_DEBUG("[HFP AG]%{public}s():
serviceState_
is %{public}d", __FUNCTION__,
serviceState_
);
in GetServiceState()
325
return
serviceState_
;
in GetServiceState()
374
serviceState_
= 0;
in QueryAgIndicator()
387
serviceState_
= static_cast<std::underlying_type<RegServiceState>::type>(networkState->GetRegStatus());
in QueryAgIndicator()
388
LOG_INFO("[HFP AG]%{public}s():
serviceState_
is %{public}d", __FUNCTION__,
serviceState_
);
in QueryAgIndicator()
396
LOG_DEBUG("[HFP AG]%{public}s():
serviceState_
i
in QueryAgIndicator()
[all...]
H
A
D
hfp_ag_system_interface.h
452
int
serviceState_
{0};
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H
A
D
trigger_connector.cpp
114
if (serviceStatus.status ==
serviceState_
) {
in OnReceive()
119
serviceState_
= serviceStatus.status;
in OnReceive()
120
if ((!getModuleFail_) || (
serviceState_
!= SERVIE_STATUS_START) || (TriggerHostManager::GetAdapter() != nullptr)) {
in OnReceive()
122
getModuleFail_,
serviceState_
);
in OnReceive()
H
A
D
trigger_connector.h
129
uint16_t
serviceState_
= HDI::ServiceManager::V1_0::SERVIE_STATUS_MAX;
member in OHOS::IntellVoiceTrigger::TriggerConnector
Completed in 4 milliseconds