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:localVersion
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_controller.c
916
int BTM_GetLocalVersionInformation(BtmLocalVersionInformation *
localVersion
)
in BTM_GetLocalVersionInformation()
argument
918
if (
localVersion
== NULL) {
in BTM_GetLocalVersionInformation()
926
localVersion
->hciVersion = g_readLocalVersionResult.hciVersion;
in BTM_GetLocalVersionInformation()
927
localVersion
->hciRevision = g_readLocalVersionResult.hciRevision;
in BTM_GetLocalVersionInformation()
928
localVersion
->lmpVersion = g_readLocalVersionResult.lmpVersion;
in BTM_GetLocalVersionInformation()
929
localVersion
->manufacturerName = g_readLocalVersionResult.manufacturerName;
in BTM_GetLocalVersionInformation()
930
localVersion
->lmpSubversion = g_readLocalVersionResult.lmpSubversion;
in BTM_GetLocalVersionInformation()
/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H
A
D
static_capability_loader.cpp
475
bool StaticCapabilityLoader::StaticVersionCheck(const std::string& peerVersion, const std::string&
localVersion
)
in StaticVersionCheck()
argument
478
if (peerVersion ==
localVersion
) {
in StaticVersionCheck()
482
if (!IsValidVersion(peerVersion) || !IsValidVersion(
localVersion
)) {
in StaticVersionCheck()
/foundation/deviceprofile/device_info_manager/services/core/include/staticcapabilityloader/
H
A
D
static_capability_loader.h
59
bool StaticVersionCheck(const std::string& peerVersion, const std::string&
localVersion
);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H
A
D
distributeddb_cloud_syncer_lock_test.cpp
592
std::string
localVersion
;
in HWTEST_F()
593
CloudStorageUtils::GetValueFromVBucket<std::string>(CloudDbConstant::VERSION_FIELD, extend,
localVersion
);
in HWTEST_F()
597
if (
localVersion
!= cloudVersion) {
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
btm.h
490
* @param
localVersion
Point to a <b>BtmLocalVersionInformation</b> struct.
493
int BTSTACK_API BTM_GetLocalVersionInformation(BtmLocalVersionInformation *
localVersion
);
Completed in 7 milliseconds