Searched refs:SOFTWARE_VERSION_BASE (Results 1 – 5 of 5) sorted by relevance
34 constexpr uint32_t SOFTWARE_VERSION_BASE = 100; // Software version base value, do not change it variable35 constexpr uint32_t SOFTWARE_VERSION_RELEASE_1_0 = SOFTWARE_VERSION_BASE + 1; // 1 for first release…36 constexpr uint32_t SOFTWARE_VERSION_RELEASE_2_0 = SOFTWARE_VERSION_BASE + 2; // 2 for second releas…37 constexpr uint32_t SOFTWARE_VERSION_RELEASE_3_0 = SOFTWARE_VERSION_BASE + 3; // 3 for third release…38 constexpr uint32_t SOFTWARE_VERSION_RELEASE_4_0 = SOFTWARE_VERSION_BASE + 4; // 4 for fourth releas…39 constexpr uint32_t SOFTWARE_VERSION_RELEASE_5_0 = SOFTWARE_VERSION_BASE + 5; // 5 for fifth release…40 constexpr uint32_t SOFTWARE_VERSION_RELEASE_6_0 = SOFTWARE_VERSION_BASE + 6; // 6 for sixth release…42 constexpr uint32_t SOFTWARE_VERSION_RELEASE_7_0 = SOFTWARE_VERSION_BASE + 7; // 7 for seventh relea…44 constexpr uint32_t SOFTWARE_VERSION_RELEASE_8_0 = SOFTWARE_VERSION_BASE + 8; // 8 for eighth releas…48 constexpr uint32_t SOFTWARE_VERSION_RELEASE_9_0 = SOFTWARE_VERSION_BASE + 9; // 9 for ninth release…
276 .WillOnce(DoAll(SetArgReferee<1>(SOFTWARE_VERSION_BASE), Return(E_OK)));284 EXPECT_EQ(version, SOFTWARE_VERSION_BASE);
435 …if (GetRemoteSoftwareVersion() <= SOFTWARE_VERSION_BASE && inMsg->GetMessageId() != ABILITY_SYNC_M… in ReceiveMessageCallback()
217 int version = SOFTWARE_VERSION_BASE; in CheckVersionV3()
950 if (context->GetRemoteSoftwareVersion() <= SOFTWARE_VERSION_BASE) { in DataRequestRecvPre()1966 if (context->GetRemoteSoftwareVersion() <= SOFTWARE_VERSION_BASE) { in ControlCmdRequestRecvPre()