Searched refs:localDev (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_util.h | 60 NSTACKX_EXPORT int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev);
|
H A D | sys_dev.c | 322 int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev) in GetTargetInterface() argument 355 if (strncpy_s(localDev->ifr_ifrn.ifrn_name, IFNAMSIZ, buf[i].ifr_name, strlen(buf[i].ifr_name)) != EOK) { in GetTargetInterface()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.cpp | 777 std::string localDev; in Export() local 778 int errCode = GetLocalIdentity(localDev); in Export() 790 operation->SetLocalDevId(localDev); in Export() 803 std::string localDev; in Import() local 804 int errCode = GetLocalIdentity(localDev); in Import() 807 localDev.resize(0); in Import() 821 operation->SetLocalDevId(localDev); in Import()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_util.h | 83 NSTACKX_EXPORT int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev);
|
H A D | sys_dev.c | 315 int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev) in GetTargetInterface() argument 348 if (strncpy_s(localDev->ifr_ifrn.ifrn_name, IFNAMSIZ, buf[i].ifr_name, strlen(buf[i].ifr_name)) != EOK) { in GetTargetInterface()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 721 InterfaceInfo localDev; in LocalIfaceGetCoapCtxByRemoteIp() local 722 (void)memset_s(&localDev, sizeof(InterfaceInfo), 0, sizeof(InterfaceInfo)); in LocalIfaceGetCoapCtxByRemoteIp() 723 if (GetTargetAdapter(&addr, &localDev) != NSTACKX_EOK) { in LocalIfaceGetCoapCtxByRemoteIp() 727 struct in_addr localIp = { .s_addr = localDev.ipAddr }; in LocalIfaceGetCoapCtxByRemoteIp()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 1507 std::string localDev; in Export() local 1508 GetAndResizeLocalIdentity(localDev); in Export() 1526 operation->SetLocalDevId(localDev); in Export() 1550 std::string localDev; in Import() local 1551 int errCode = GetLocalIdentity(localDev); in Import() 1553 localDev.resize(DEVICE_ID_LEN); in Import() 1556 localDev.resize(0); in Import() 1581 operation->SetLocalDevId(localDev); in Import()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_test.cpp | 866 void SetUpEnv(const std::string &localDev, const std::string &supportDev, in SetUpEnv() argument 872 SetUpEnv(envDevice, localDev, adapter); in SetUpEnv()
|
Completed in 11 milliseconds