Searched refs:localDev (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/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)) !=… in GetTargetInterface()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 728 InterfaceInfo localDev; in LocalIfaceGetCoapCtxByRemoteIp() local 729 (void)memset_s(&localDev, sizeof(InterfaceInfo), 0, sizeof(InterfaceInfo)); in LocalIfaceGetCoapCtxByRemoteIp() 730 if (GetTargetAdapter(&addr, &localDev) != NSTACKX_EOK) { in LocalIfaceGetCoapCtxByRemoteIp() 734 struct in_addr localIp = { .s_addr = localDev.ipAddr }; in LocalIfaceGetCoapCtxByRemoteIp()
|
/ohos5.0/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)) !=… in GetTargetInterface()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 1453 std::string localDev; in Export() local 1454 GetAndResizeLocalIdentity(localDev); in Export() 1472 operation->SetLocalDevId(localDev); in Export() 1496 std::string localDev; in Import() local 1497 int errCode = GetLocalIdentity(localDev); in Import() 1499 localDev.resize(DEVICE_ID_LEN); in Import() 1502 localDev.resize(0); in Import() 1527 operation->SetLocalDevId(localDev); in Import()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/av_session/test/resource/ |
H A D | controller_index_js.md | 266 id: 'localDev', 267 name: this.$t('strings.localDev'),
|