Home
last modified time | relevance | path

Searched refs:currentSerialId_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h507 currentSerialId_ = rand() % RAND_MAX; in GetSerialId()
508 return currentSerialId_; in GetSerialId()
532 int32_t currentSerialId_ = 0; variable
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp26 if (resultInfo_.serial != currentSerialId_) { in NotifyAll()
28 …ONY_LOGI("NotifyAll currentSerialId_ : %{public}d, serial: %{public}d not equal", currentSerialId_, in NotifyAll()