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:ConvertAction
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
kvdb_service_impl_test.cpp
761
* @tc.name:
ConvertAction
762
* @tc.desc:
ConvertAction
test the return result of input with different values.
766
HWTEST_F(KvdbServiceImplTest,
ConvertAction
, TestSize.Level0)
in HWTEST_F()
768
auto status = kvdbServiceImpl_->
ConvertAction
(Action::INSERT);
in HWTEST_F()
770
status = kvdbServiceImpl_->
ConvertAction
(Action::UPDATE);
in HWTEST_F()
772
status = kvdbServiceImpl_->
ConvertAction
(Action::DELETE);
in HWTEST_F()
775
status = kvdbServiceImpl_->
ConvertAction
(action);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.h
136
SwitchState
ConvertAction
(Action action) const;
H
A
D
kvdb_service_impl.cpp
393
notification.state =
ConvertAction
(static_cast<Action>(action));
in SubscribeSwitchData()
1290
SwitchState KVDBServiceImpl::
ConvertAction
(Action action) const
in ConvertAction()
function in OHOS::DistributedKv::KVDBServiceImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_impl.h
110
static std::map<std::string, int32_t>
ConvertAction
(const std::map<std::string, int32_t> &actions);
H
A
D
cloud_service_impl.cpp
280
auto dbActions =
ConvertAction
(actions);
in Clean()
1121
std::map<std::string, int32_t> CloudServiceImpl::
ConvertAction
(const std::map<std::string, int32_t> &actions)
in ConvertAction()
function in CloudServiceImpl
Completed in 7 milliseconds