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 D | lnn_local_ledger_deps_mock.h | 41 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 D | lnn_local_ledger_deps_mock.cpp | 48 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 D | bus_center_adapter.h | 33 } 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 D | bus_center_adapter_weak.c | 27 int32_t __attribute__ ((weak)) GetCommonDevInfo(CommonDeviceKey key, char *value, uint32_t len) in GetCommonDevInfo()
|
H A D | bus_center_adapter.c | 143 int32_t GetCommonDevInfo(CommonDeviceKey key, char *value, uint32_t len) in GetCommonDevInfo()
|