Home
last modified time | relevance | path

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 Dmulti_ver_natural_store.cpp777 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 Dsys_util.h60 NSTACKX_EXPORT int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev
H A Dsys_dev.c322 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 Dnstackx_device_local.c728 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 Dsys_util.h83 NSTACKX_EXPORT int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev
H A Dsys_dev.c315 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 Dsqlite_single_ver_natural_store.cpp1453 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 Ddistributeddb_communicator_test.cpp866 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 Dcontroller_index_js.md266 id: 'localDev',
267 name: this.$t('strings.localDev'),