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:interfaceIndex
(Results
1 - 13
of
13
) sorted by relevance
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H
A
D
download_asset_callback_stub.cpp
38
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
39
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
43
auto memberFunc =
interfaceIndex
->second;
in OnRemoteRequest()
H
A
D
cloud_sync_callback_stub.cpp
38
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
39
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
43
auto memberFunc =
interfaceIndex
->second;
in OnRemoteRequest()
H
A
D
cloud_download_callback_stub.cpp
39
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
40
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
44
auto memberFunc =
interfaceIndex
->second;
in OnRemoteRequest()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H
A
D
cloud_daemon_stub.cpp
41
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
42
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
46
auto memberFunc =
interfaceIndex
->second;
in OnRemoteRequest()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H
A
D
asset_send_callback_stub.cpp
40
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
41
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
45
return (this->*(
interfaceIndex
->second))(data, reply);
in OnRemoteRequest()
H
A
D
asset_recv_callback_stub.cpp
42
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
43
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
47
return (this->*(
interfaceIndex
->second))(data, reply);
in OnRemoteRequest()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
net_manager_native_test.cpp
54
uint32_t
interfaceIndex
= 10090;
in HWTEST_F()
local
55
instance_->UpdateInterfaceIndex(
interfaceIndex
);
in HWTEST_F()
57
auto findResult = std::find(result.begin(), result.end(),
interfaceIndex
);
in HWTEST_F()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
ext_extension_stub.cpp
70
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
71
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
77
[&]() { return ErrCode((this->*(
interfaceIndex
->second))(data, reply)); });
in OnRemoteRequest()
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H
A
D
service_reverse_stub.cpp
39
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
40
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
44
return (this->*(
interfaceIndex
->second))(data, reply);
in OnRemoteRequest()
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H
A
D
service_stub_mock.cpp
88
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
89
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
98
return (this->*(
interfaceIndex
->second))(data, reply);
in OnRemoteRequest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H
A
D
cloud_sync_service_stub.cpp
103
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
104
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
108
auto memberFunc =
interfaceIndex
->second;
in OnRemoteRequest()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H
A
D
service_stub.cpp
123
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
124
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
130
[&]() { return ErrCode((this->*(
interfaceIndex
->second))(data, reply)); });
in OnRemoteRequest()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
netsys_native_service_stub.cpp
328
auto
interfaceIndex
= opToInterfaceMap_.find(code);
in OnRemoteRequest()
local
329
if (
interfaceIndex
== opToInterfaceMap_.end() || !
interfaceIndex
->second) {
in OnRemoteRequest()
368
return (this->*(
interfaceIndex
->second))(data, reply);
in OnRemoteRequest()
Completed in 12 milliseconds