Home
last modified time | relevance | path

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

/base/update/updateservice/test/unittest/update_client/
Dclient_stub.h52 OHOS::update_engine::UpdateContext clientContext; member
Dclient_stub.cpp250 *result = CreateNapiValue(napi_string, testEnv->clientContext.upgradeDevId.c_str()); in napi_get_named_property()
252 *result = CreateNapiValue(napi_string, testEnv->clientContext.controlDevId.c_str()); in napi_get_named_property()
254 *result = CreateNapiValue(napi_string, testEnv->clientContext.upgradeApp.c_str()); in napi_get_named_property()
256 *result = CreateNapiValue(napi_number, &testEnv->clientContext.type); in napi_get_named_property()