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:vendorHandle_
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/location/gnss/hdi_service/
H
A
D
location_vendor_interface.cpp
68
vendorHandle_
= dlopen(VENDOR_NAME.c_str(), RTLD_LAZY);
in Init()
69
if (!
vendorHandle_
) {
in Init()
73
GnssVendorDevice *gnssDevice = static_cast<GnssVendorDevice *>(dlsym(
vendorHandle_
, "GnssVendorInterface"));
in Init()
113
dlclose(
vendorHandle_
);
in CleanUp()
114
vendorHandle_
= nullptr;
in CleanUp()
H
A
D
location_vendor_interface.h
40
void *
vendorHandle_
= nullptr;
member in OHOS::HDI::Location::LocationVendorInterface
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H
A
D
vendor_interface.cpp
99
vendorHandle_
= dlopen(BT_VENDOR_NAME, RTLD_NOW);
in Initialize()
100
if (
vendorHandle_
== nullptr) {
in Initialize()
106
reinterpret_cast<BtVendorInterfaceT *>(dlsym(
vendorHandle_
, BT_VENDOR_INTERFACE_SYMBOL_NAME));
in Initialize()
173
dlclose(
vendorHandle_
);
in CleanUp()
H
A
D
vendor_interface.h
61
void*
vendorHandle_
= nullptr;
member in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface
Completed in 2 milliseconds