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:DetailInfo
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
dev_manager.h
25
struct
DetailInfo
{
struct in OHOS::DistributedKv::DevManager
34
const
DetailInfo
&GetLocalDevice();
35
std::vector<
DetailInfo
> GetRemoteDevices();
44
DetailInfo
GetDevInfoFromBucket(const std::string &id);
49
const
DetailInfo
invalidDetail_ {};
50
DetailInfo
localInfo_ {};
51
DetailInfo
UnEncryptedLocalInfo_ {};
53
mutable LRUBucket<std::string,
DetailInfo
> deviceInfos_ {64};
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H
A
D
dev_manager.h
25
struct
DetailInfo
{
struct in OHOS::DistributedKv::DevManager
35
const
DetailInfo
&GetLocalDevice();
36
std::vector<
DetailInfo
> GetRemoteDevices() const;
45
const
DetailInfo
invalidDetail_ {};
47
DetailInfo
localInfo_ {};
48
mutable LRUBucket<std::string,
DetailInfo
> deviceInfos_ {64};
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H
A
D
dev_manager.h
24
struct
DetailInfo
{
struct in OHOS::ObjectStore::DevManager
37
const
DetailInfo
&GetLocalDevice();
43
const
DetailInfo
invalidDetail_{};
44
DetailInfo
localInfo_{};
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
dev_manager.cpp
57
DetailInfo
deviceInfo;
in ToNetworkId()
74
const DevManager::
DetailInfo
&DevManager::GetLocalDevice()
in GetLocalDevice()
79
std::vector<DevManager::
DetailInfo
> DevManager::GetRemoteDevices() const
in GetRemoteDevices()
81
std::vector<
DetailInfo
> devices;
in GetRemoteDevices()
92
DetailInfo
deviceInfo;
in Offline()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
dev_manager.cpp
94
DevManager::
DetailInfo
DevManager::GetDevInfoFromBucket(const std::string &id)
in GetDevInfoFromBucket()
96
DetailInfo
detailInfo;
in GetDevInfoFromBucket()
153
const DevManager::
DetailInfo
&DevManager::GetLocalDevice()
in GetLocalDevice()
178
std::vector<DevManager::
DetailInfo
> DevManager::GetRemoteDevices()
in GetRemoteDevices()
190
std::vector<
DetailInfo
> dtInfos;
in GetRemoteDevices()
192
DetailInfo
dtInfo;
in GetRemoteDevices()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H
A
D
camera_stream_info_parse.h
24
typedef struct
DetailInfo
{
struct
33
}
DetailInfo
;
typedef
38
std::vector<
DetailInfo
> detailInfo;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H
A
D
dev_manager.cpp
152
const DevManager::
DetailInfo
&DevManager::GetLocalDevice()
in GetLocalDevice()
H
A
D
softbus_adapter_standard.cpp
163
DevManager::
DetailInfo
localDevice = DevManager::GetInstance()->GetLocalDevice();
in GetDeviceList()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H
A
D
distributed_object_impl.cpp
114
DevManager::
DetailInfo
detailInfo = DevManager::GetInstance()->GetLocalDevice();
in PutDeviceId()
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_preconfig.cpp
138
std::shared_ptr<
DetailInfo
> FindMaxDetailInfoFromExtendConfig(
in FindMaxDetailInfoFromExtendConfig()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H
A
D
communicator_test.cpp
569
DevManager::
DetailInfo
detailInfo = devManager->GetLocalDevice();
in HWTEST_F()
Completed in 7 milliseconds