Home
last modified time | relevance | path

Searched defs:localDev (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c315 int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev) in GetTargetInterface()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c322 int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev) in GetTargetInterface()
/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
803 std::string localDev; in Import() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c728 InterfaceInfo localDev; in LocalIfaceGetCoapCtxByRemoteIp() local
/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
1496 std::string localDev; in Import() local
/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()