Home
last modified time | relevance | path

Searched refs:CommonDeviceKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_deps_mock.h41 virtual int32_t GetCommonDevInfo(const CommonDeviceKey key, char *value, uint32_t len);
60 MOCK_METHOD3(GetCommonDevInfo, int32_t (const CommonDeviceKey, char *, uint32_t));
73 static int32_t LedgerGetCommonDevInfo(const CommonDeviceKey key, char *value, uint32_t len);
H A Dlnn_local_ledger_deps_mock.cpp48 int32_t LocalLedgerDepsInterfaceMock::LedgerGetCommonDevInfo(const CommonDeviceKey key, in LedgerGetCommonDevInfo()
96 int32_t GetCommonDevInfo(const CommonDeviceKey key, char *value, uint32_t len) in GetCommonDevInfo()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dbus_center_adapter.h33 } CommonDeviceKey; typedef
55 int32_t GetCommonDevInfo(CommonDeviceKey key, char *value, uint32_t len);
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter_weak.c27 int32_t __attribute__ ((weak)) GetCommonDevInfo(CommonDeviceKey key, char *value, uint32_t len) in GetCommonDevInfo()
H A Dbus_center_adapter.c143 int32_t GetCommonDevInfo(CommonDeviceKey key, char *value, uint32_t len) in GetCommonDevInfo()