Home
last modified time | relevance | path

Searched refs:DetailInfo (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddev_manager.h25 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 Ddev_manager.h25 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 Ddev_manager.h24 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 Ddev_manager.cpp57 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 Ddev_manager.cpp94 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 Dcamera_stream_info_parse.h24 typedef struct DetailInfo { struct
33 } DetailInfo; typedef
38 std::vector<DetailInfo> detailInfo;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp152 const DevManager::DetailInfo &DevManager::GetLocalDevice() in GetLocalDevice()
H A Dsoftbus_adapter_standard.cpp163 DevManager::DetailInfo localDevice = DevManager::GetInstance()->GetLocalDevice(); in GetDeviceList()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp114 DevManager::DetailInfo detailInfo = DevManager::GetInstance()->GetLocalDevice(); in PutDeviceId()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_preconfig.cpp138 std::shared_ptr<DetailInfo> FindMaxDetailInfoFromExtendConfig( in FindMaxDetailInfoFromExtendConfig()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dcommunicator_test.cpp569 DevManager::DetailInfo detailInfo = devManager->GetLocalDevice(); in HWTEST_F()

Completed in 7 milliseconds