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:msgWhat
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_sdp_client.cpp
44
int
msgWhat
= HFP_AG_SDP_DISCOVERY_RESULT_FAIL;
in SdpCallback()
local
48
msgWhat
= HFP_AG_SDP_DISCOVERY_RESULT_SUCCESS;
in SdpCallback()
59
HfpAgProfileEventSender::GetInstance().ProcessSdpDiscoveryResult(address,
msgWhat
);
in SdpCallback()
113
int
msgWhat
= HFP_AG_SDP_DISCOVERY_RESULT_FAIL;
in SdpHspHsCallback()
local
117
msgWhat
= HFP_AG_SDP_DISCOVERY_RESULT_SUCCESS;
in SdpHspHsCallback()
125
msgWhat
= HFP_AG_SDP_DISCOVERY_RESULT_SUCCESS;
in SdpHspHsCallback()
126
HfpAgProfileEventSender::GetInstance().ProcessSdpDiscoveryResult(address,
msgWhat
);
in SdpHspHsCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_sdp_client.cpp
41
int
msgWhat
= HFP_HF_SDP_DISCOVERY_RESULT_FAIL;
in SdpCallback()
local
45
msgWhat
= HFP_HF_SDP_DISCOVERY_RESULT_SUCCESS;
in SdpCallback()
56
HfpHfProfileEventSender::GetInstance().ProcessSdpDiscoveryResult(address,
msgWhat
);
in SdpCallback()
115
int
msgWhat
= HFP_HF_SDP_DISCOVERY_RESULT_FAIL;
in SdpHspCallback()
local
119
msgWhat
= HFP_HF_SDP_DISCOVERY_RESULT_SUCCESS;
in SdpHspCallback()
127
msgWhat
= HFP_HF_SDP_DISCOVERY_RESULT_SUCCESS;
in SdpHspCallback()
128
HfpHfProfileEventSender::GetInstance().ProcessSdpDiscoveryResult(address,
msgWhat
);
in SdpHspCallback()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
codec_state.cpp
58
const char*
msgWhat
= ImageCodec::ToString(static_cast<MsgWhat>(info.type));
in OnMsgReceived()
local
60
SLOGI("ignore msg %{public}s in current state",
msgWhat
);
in OnMsgReceived()
62
SLOGE("%{public}s cannot be called at this state",
msgWhat
);
in OnMsgReceived()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_state.cpp
65
const char*
msgWhat
= HCodec::ToString(static_cast<MsgWhat>(info.type));
in OnMsgReceived()
local
67
SLOGI("ignore msg %s in current state",
msgWhat
);
in OnMsgReceived()
69
SLOGE("%s cannot be called at this state",
msgWhat
);
in OnMsgReceived()
Completed in 5 milliseconds