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:InitGlobalKey
(Results
1 - 15
of
15
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/
H
A
D
sdc.cpp
40
static int32_t
InitGlobalKey
(const std::vector<std::string> &args)
in InitGlobalKey()
function
43
return OHOS::StorageDaemon::StorageDaemonClient::
InitGlobalKey
();
in InitGlobalKey()
354
{"init_global_key",
InitGlobalKey
},
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H
A
D
storage_daemon_client.h
39
static int32_t
InitGlobalKey
(void);
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H
A
D
storage_daemon_stub_mock.h
41
MOCK_METHOD0(
InitGlobalKey
, int32_t(void));
H
A
D
storage_daemon_service_mock.h
109
virtual int32_t
InitGlobalKey
(void) override
H
A
D
storage_daemon_stub_test.cpp
154
EXPECT_CALL(mock,
InitGlobalKey
()).WillOnce(testing::Return(E_OK));
in HWTEST_F()
597
EXPECT_CALL(mock,
InitGlobalKey
()).WillOnce(testing::Return(E_OK));
in HWTEST_F()
605
EXPECT_CALL(mock,
InitGlobalKey
()).WillOnce(testing::Return(E_ERR));
in HWTEST_F()
H
A
D
storage_daemon_proxy_test.cpp
392
* @tc.desc: Verify the
InitGlobalKey
function.
404
int32_t ret = proxy_->
InitGlobalKey
();
in HWTEST_F()
412
ret = proxy_->
InitGlobalKey
();
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H
A
D
storage_daemon_client.cpp
191
int32_t StorageDaemonClient::
InitGlobalKey
(void)
in InitGlobalKey()
function in OHOS::StorageDaemon::StorageDaemonClient
204
return client->
InitGlobalKey
();
in InitGlobalKey()
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H
A
D
storage_daemon_proxy_mock.h
43
virtual int32_t
InitGlobalKey
(void) override;
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H
A
D
storage_daemon_proxy.h
43
virtual int32_t
InitGlobalKey
(void) override;
H
A
D
istorage_daemon.h
50
virtual int32_t
InitGlobalKey
(void) = 0;
H
A
D
storage_daemon.h
54
virtual int32_t
InitGlobalKey
(void) override;
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H
A
D
storage_daemon_proxy_mock.cpp
84
int32_t StorageDaemonProxy::
InitGlobalKey
(void)
in InitGlobalKey()
function in OHOS::StorageDaemon::StorageDaemonProxy
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H
A
D
storage_daemon_stub.cpp
406
int err =
InitGlobalKey
();
in HandleInitGlobalKey()
H
A
D
storage_daemon_proxy.cpp
299
int32_t StorageDaemonProxy::
InitGlobalKey
(void)
in InitGlobalKey()
function in OHOS::StorageDaemon::StorageDaemonProxy
H
A
D
storage_daemon.cpp
525
int32_t StorageDaemon::
InitGlobalKey
(void)
in InitGlobalKey()
function in OHOS::StorageDaemon::StorageDaemon
Completed in 14 milliseconds