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:versionNumber
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H
A
D
update_engine_utils.cpp
42
void UpdateEngineUtils::GetWakeupVesion(std::string &
versionNumber
)
in GetWakeupVesion()
argument
82
versionNumber
+= tokens[index];
in GetWakeupVesion()
84
INTELL_VOICE_LOG_INFO("exit (%{public}s)",
versionNumber
.c_str());
in GetWakeupVesion()
89
std::string
versionNumber
;
in SaveWakeupVesion()
local
92
GetWakeupVesion(
versionNumber
);
in SaveWakeupVesion()
93
if (
versionNumber
.empty()) {
in SaveWakeupVesion()
97
historyInfoMgr.SetWakeupVesion(
versionNumber
);
in SaveWakeupVesion()
H
A
D
update_engine_utils.h
29
static void GetWakeupVesion(std::string &
versionNumber
);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_sdp_server.cpp
131
profileBoth[0].
versionNumber
= HFP_HF_HFP_VERSION_1_7;
in AddProfile()
134
profileBoth[1].
versionNumber
= HFP_HF_HSP_VERSION_1_2;
in AddProfile()
140
profileHsp[0].
versionNumber
= HFP_HF_HSP_VERSION_1_2;
in AddProfile()
146
profileHfp[0].
versionNumber
= HFP_HF_HFP_VERSION_1_7;
in AddProfile()
H
A
D
hfp_hf_sdp_client.cpp
307
version = profiles[num].
versionNumber
;
in FindProfileVersion()
311
version = profiles[num].
versionNumber
;
in FindProfileVersion()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_sdp_server.cpp
136
profileBoth[0].
versionNumber
= HFP_AG_HFP_VERSION_1_7;
in AddProfile()
139
profileBoth[1].
versionNumber
= HSP_AG_HSP_VERSION_1_2;
in AddProfile()
145
profileHsp[0].
versionNumber
= HSP_AG_HSP_VERSION_1_2;
in AddProfile()
151
profileHfp[0].
versionNumber
= HFP_AG_HFP_VERSION_1_7;
in AddProfile()
H
A
D
hfp_ag_sdp_client.cpp
308
version = profiles[num].
versionNumber
;
in FindProfileVersion()
312
version = profiles[num].
versionNumber
;
in FindProfileVersion()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_snoop.c
68
uint32_t
versionNumber
; // 1
member
173
.
versionNumber
= H2BE_32(SNOOP_VERSION_NUMBER),
in BtmWriteSnoopFileHeader()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_sdp.cpp
69
profileDsc.
versionNumber
= A2DP_PROFILE_REV_1_3;
in RegisterService()
H
A
D
a2dp_profile_peer.cpp
601
serviceArray[i].profileDescriptor[0].
versionNumber
== A2DP_PROFILE_REV_1_3) {
in ParseSDPInformation()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket_sdp_server.cpp
116
profile[0].
versionNumber
= SPP_PROFILE_VERSION;
in AddProfile()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_sdp.cpp
66
profileDsc.
versionNumber
= AVRC_CT_PROFILE_REV_1_6;
in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_sdp.cpp
64
profileDsc.
versionNumber
= AVRC_TG_PROFILE_REV_1_6;
in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_sdp.cpp
153
profileDescriptor.
versionNumber
= PAN_VERSION_NUMBER;
in AddBluetoothProfileDescriptorList()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
sdp.h
137
uint16_t
versionNumber
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_server.c
569
*(uint16_t *)(buffer + offset) = H2BE_16(profileDescriptor->
versionNumber
);
in SdpAddBluetoothProfileDescriptorList()
H
A
D
sdp_client_parse.c
1342
service->profileDescriptor[profileDescriptorNumber].
versionNumber
=
in SdpGetBluetoothProfileDescriptorList()
Completed in 14 milliseconds