Searched refs:DEVICE_VERSION (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | bus_center_adapter.c | 39 #define DEVICE_VERSION "const.build.ver.physical" /* Read deviceversion by the string */ macro 242 GetParameter(DEVICE_VERSION, UNDEFINED_VALUE, deviceVersion, DEVICE_VERSION_SIZE_MAX); in GetCommonDeviceVersion()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 109 #define DEVICE_VERSION "DEVICE_VERSION" macro 1166 (void)JSON_AddStringToObject(json, DEVICE_VERSION, info->deviceInfo.deviceVersion); in PackDeviceVersion() 1570 OptString(json, DEVICE_VERSION, info->deviceInfo.deviceVersion, DEVICE_VERSION_SIZE_MAX, ""); in ParseCommonJsonInfo()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 59 static const char *DEVICE_VERSION = "test.device.version"; variable 1734 (void)memcpy_s(nodeInfo.deviceInfo.deviceVersion, DEVICE_VERSION_SIZE_MAX, DEVICE_VERSION, DEVICE_VERSION_SIZE_MAX); in HWTEST_F()
|
Completed in 7 milliseconds