Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_device_info.h50 char deviceVersion[DEVICE_VERSION_SIZE_MAX]; member
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c237 char *deviceVersion = (char *)SoftBusCalloc(DEVICE_VERSION_SIZE_MAX); in GetCommonDeviceVersion() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c74 char deviceVersion[DEVICE_VERSION_SIZE_MAX] = { 0 }; in TransServerOnChannelOpened() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c204 void TransGetRemoteDeviceVersion(const char *id, IdCategory type, char *deviceVersion, uint32_t len) in TransGetRemoteDeviceVersion()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp325 char deviceVersion[DEVICE_VERSION_SIZE_MAX] = {0}; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp265 int32_t deviceVersion = apiVersion * API_VERSION_MASK + apiLevel; in CheckApi10Version() local