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:bnum
(Results
1 - 4
of
4
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H
A
D
mtpfs_util.cpp
162
bool SmtpfsUsbDevPath(const std::string &path, uint8_t *
bnum
, uint8_t *dnum)
in SmtpfsUsbDevPath()
argument
178
*
bnum
= bus;
in SmtpfsUsbDevPath()
216
uint8_t
bnum
;
in SmtpfsRawDeviceNew()
local
218
if (!SmtpfsUsbDevPath(path, &
bnum
, &dnum)) {
in SmtpfsRawDeviceNew()
236
if (
bnum
== libusb_get_bus_number(devList[i]) && dnum == libusb_get_device_address(devList[i])) {
in SmtpfsRawDeviceNew()
265
uint8_t
bnum
= libusb_get_bus_number(devList[i]);
in SmtpfsResetDevice()
local
267
if (static_cast<uint32_t>(
bnum
) == device->bus_location && dnum == device->devnum) {
in SmtpfsResetDevice()
H
A
D
mtpfs_mtp_device.cpp
98
uint8_t
bnum
;
in HandleDevNum()
local
100
if (SmtpfsUsbDevPath(devFile, &
bnum
, &dnum)) {
in HandleDevNum()
102
if (
bnum
== rawDevices[devNo].bus_location && dnum == rawDevices[devNo].devnum) {
in HandleDevNum()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H
A
D
router_map_helper.cpp
91
bool
bnum
= std::regex_match(b, NUM_REGEX);
in CompareIdentifiers()
local
92
if (anum &&
bnum
) {
in CompareIdentifiers()
100
if (anum && !
bnum
) {
in CompareIdentifiers()
103
if (
bnum
&& !anum) {
in CompareIdentifiers()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H
A
D
mtpfs_util.h
46
bool SmtpfsUsbDevPath(const std::string &path, uint8_t *
bnum
, uint8_t *dnum);
Completed in 3 milliseconds