Home
last modified time | relevance | path

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

/base/update/updateservice/test/unittest/update_client/
Dclient_stub.cpp34 static constexpr int NUMBER_2 = 2; variable
416 *argc = (testEnv->engineType != 0) ? NUMBER_2 : 1; in napi_get_cb_info()
430 *argc = NUMBER_2; in napi_get_cb_info()
438 *argc = testEnv->testAsyncorPermose ? 1 : NUMBER_2; in napi_get_cb_info()
447 *argc = testEnv->testAsyncorPermose ? 1 : NUMBER_2; in napi_get_cb_info()
Dclient_unittest.cpp45 static constexpr int NUMBER_2 = 2; variable
112 g_testEnv.engineType = NUMBER_2; in TestGetUpdaterFromOther()