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:DaemonStub
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H
A
D
daemonstub_fuzzer.cpp
53
class DaemonStubImpl : public
DaemonStub
{
122
void HandleOpenP2PConnectionFuzzTest(std::shared_ptr<
DaemonStub
> daemonStubPtr,
in HandleOpenP2PConnectionFuzzTest()
128
datas.WriteInterfaceToken(
DaemonStub
::GetDescriptor());
in HandleOpenP2PConnectionFuzzTest()
137
void HandleCloseP2PConnectionFuzzTest(std::shared_ptr<
DaemonStub
> daemonStubPtr,
in HandleCloseP2PConnectionFuzzTest()
143
datas.WriteInterfaceToken(
DaemonStub
::GetDescriptor());
in HandleCloseP2PConnectionFuzzTest()
152
void HandleOpenP2PConnectionExFuzzTest(std::shared_ptr<
DaemonStub
> daemonStubPtr,
in HandleOpenP2PConnectionExFuzzTest()
158
datas.WriteInterfaceToken(
DaemonStub
::GetDescriptor());
in HandleOpenP2PConnectionExFuzzTest()
167
void HandleCloseP2PConnectionExFuzzTest(std::shared_ptr<
DaemonStub
> daemonStubPtr,
in HandleCloseP2PConnectionExFuzzTest()
173
datas.WriteInterfaceToken(
DaemonStub
::GetDescriptor());
in HandleCloseP2PConnectionExFuzzTest()
182
void HandlePrepareSessionFuzzTest(std::shared_ptr<
DaemonStub
> daemonStubPt
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H
A
D
daemon_stub.cpp
31
DaemonStub
::
DaemonStub
()
in DaemonStub()
function in OHOS::Storage::DistributedFile::DaemonStub
34
&
DaemonStub
::HandleOpenP2PConnection;
in DaemonStub()
37
&
DaemonStub
::HandleCloseP2PConnection;
in DaemonStub()
40
&
DaemonStub
::HandleOpenP2PConnectionEx;
in DaemonStub()
43
&
DaemonStub
::HandleCloseP2PConnectionEx;
in DaemonStub()
45
&
DaemonStub
::HandlePrepareSession;
in DaemonStub()
47
&
DaemonStub
::HandleCancelCopyTask;
in DaemonStub()
49
&
DaemonStub
::HandleRequestSendFile;
in DaemonStub()
52
&
DaemonStub
in DaemonStub()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H
A
D
daemon_stub.h
30
class
DaemonStub
: public IRemoteStub<IDaemon> {
class
32
DaemonStub
();
33
virtual ~
DaemonStub
() = default;
37
using DaemonInterface = int32_t (
DaemonStub
::*)(MessageParcel &data, MessageParcel &reply);
H
A
D
daemon.h
45
class Daemon final : public SystemAbility, public
DaemonStub
, protected NoCopyable {
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H
A
D
daemon_stub_test.cpp
67
class MockDaemonStub : public
DaemonStub
{
H
A
D
daemon_stub_sup_test.cpp
81
class MockDaemonSupStub : public
DaemonStub
{
Completed in 4 milliseconds