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:strFun
(Results
1 - 2
of
2
) sorted by relevance
/base/usb/usb_manager/services/native/src/
H
A
D
usb_device_manager.cpp
90
uint32_t UsbDeviceManager::ConvertFromString(std::string_view
strFun
)
in ConvertFromString()
argument
92
if (
strFun
== UsbSrvSupport::FUNCTION_NAME_NONE) {
in ConvertFromString()
96
size_t len =
strFun
.length();
in ConvertFromString()
104
size_t findPos =
strFun
.find(",", pos);
in ConvertFromString()
105
if (findPos ==
strFun
.npos) {
in ConvertFromString()
106
vModeStr.push_back(
strFun
.substr(pos, len - pos));
in ConvertFromString()
109
vModeStr.push_back(
strFun
.substr(pos, findPos - pos));
in ConvertFromString()
/base/usb/usb_manager/test/tool/
H
A
D
usb_function_test.cpp
119
string
strFun
= "";
in GetCurrentFunctionInfo()
local
125
strFun
= g_usbClient.UsbFunctionsToString(funcs);
in GetCurrentFunctionInfo()
126
printf("%s:%d get current function: %s\n", __func__, __LINE__,
strFun
.c_str());
in GetCurrentFunctionInfo()
Completed in 2 milliseconds