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:STATUS_NONE
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
video_call_state.cpp
26
: call_(callPtr), updateStatus_(VideoUpdateStatus::
STATUS_NONE
)
in VideoCallState()
118
if (status != VideoUpdateStatus::
STATUS_NONE
) {
in SendUpdateCallMediaModeRequest()
149
if (status != VideoUpdateStatus::
STATUS_NONE
) {
in RecieveUpdateCallMediaModeRequest()
166
if (status != VideoUpdateStatus::
STATUS_NONE
) {
in RecieveUpdateCallMediaModeRequest()
200
SetVideoUpdateStatus(VideoUpdateStatus::
STATUS_NONE
);
in SendUpdateCallMediaModeResponse()
223
SetVideoUpdateStatus(VideoUpdateStatus::
STATUS_NONE
);
in SendUpdateCallMediaModeResponse()
245
SetVideoUpdateStatus(VideoUpdateStatus::
STATUS_NONE
);
in ReceiveUpdateCallMediaModeResponse()
250
SetVideoUpdateStatus(VideoUpdateStatus::
STATUS_NONE
);
in ReceiveUpdateCallMediaModeResponse()
259
SetVideoUpdateStatus(VideoUpdateStatus::
STATUS_NONE
);
in ReceiveUpdateCallMediaModeResponse()
289
SetVideoUpdateStatus(VideoUpdateStatus::
STATUS_NONE
);
in SendUpdateCallMediaModeRequest()
[all...]
H
A
D
ims_call.cpp
310
if (VideoUpdateStatus::
STATUS_NONE
== status) {
in UpdateImsCallMode()
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H
A
D
raw_data_builder_json_parser.h
40
static constexpr int
STATUS_NONE
= 0;
member in OHOS::HiviewDFX::EventRaw::RawDataBuilderJsonParser
95
int status_ =
STATUS_NONE
;
96
int lastStatus_ =
STATUS_NONE
;
97
int lastValueParseStatus_ =
STATUS_NONE
;
/base/hiviewdfx/hiview/base/event_raw/encoded/
H
A
D
raw_data_builder_json_parser.cpp
73
statusTabs_[
STATUS_NONE
][i] =
STATUS_NONE
;
in InitNoneStatus()
75
statusTabs_[
STATUS_NONE
][LEFT_BRACE_CHAR] = STATUS_RUN;
in InitNoneStatus()
85
statusTabs_[STATUS_RUN][RIGHT_BRACE_CHAR] =
STATUS_NONE
;
in InitRunStatus()
126
statusTabs_[STATUS_DOUBLE_PARSE][i] =
STATUS_NONE
;
in InitDoubleParseStatus()
140
statusTabs_[STATUS_INT_PARSE][i] =
STATUS_NONE
;
in InitIntParseStatus()
178
statusTabs_[STATUS_DOUBLE_ITEM_PARSE][i] =
STATUS_NONE
;
in InitDoubleItemParseStatus()
193
statusTabs_[STATUS_INT_ITEM_PARSE][i] =
STATUS_NONE
;
in InitIntItemParseStatus()
441
handlers.emplace(
STATUS_NONE
, [this] () {
in InitParamHandlers()
/base/telephony/call_manager/services/call/include/
H
A
D
video_call_state.h
30
STATUS_NONE
,
enumerator
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch4_test.cpp
383
videoPauseState.SetVideoUpdateStatus(VideoUpdateStatus::
STATUS_NONE
);
in HWTEST_F()
Completed in 6 milliseconds