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:Converter
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H
A
D
converter.cpp
18
CheckerManager::StoreInfo
Converter
::ConvertToStoreInfo(const StoreMetaData &metaData)
in ConvertToStoreInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H
A
D
converter.h
22
class
Converter
{
class
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
session_manager.cpp
56
CheckerManager::GetInstance().GetAppId(
Converter
::ConvertToStoreInfo(metaData)) == from.appId) {
in GetSession()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
utils_test.cpp
81
CheckerManager::StoreInfo info =
Converter
::ConvertToStoreInfo(metaData);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H
A
D
kvstore_meta_manager.cpp
189
if (CheckerManager::GetInstance().IsDistrust(
Converter
::ConvertToStoreInfo(metaData)) ||
in UpdateMetaData()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H
A
D
mesh_builder.cpp
247
template<typename
Converter
, size_t components>
252
reinterpret_cast<typename
Converter
::OutType*>(dstPtr)[i] = static_cast<typename
Converter
::OutType>(
in Convert()
253
Converter
::convert(reinterpret_cast<const typename
Converter
::InType*>(srcPtr)[i]));
in Convert()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
713
if (!CheckerManager::GetInstance().IsDistrust(
Converter
::ConvertToStoreInfo(metaData))) {
in AfterCreate()
823
metaData.appId = CheckerManager::GetInstance().GetAppId(
Converter
::ConvertToStoreInfo(metaData));
in AddOptions()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_service_impl.cpp
847
metaData.appId = CheckerManager::GetInstance().GetAppId(
Converter
::ConvertToStoreInfo(metaData));
Completed in 10 milliseconds