Searched refs:testEnv (Results 1 – 1 of 1) sorted by relevance
243 TestNApiEnv* testEnv = (TestNApiEnv*)env; in napi_get_named_property() local250 *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()260 … *result = CreateNapiValue(napi_string, testEnv->pakcageInfo.result[0].versionName.c_str()); in napi_get_named_property()262 … *result = CreateNapiValue(napi_string, testEnv->pakcageInfo.result[0].versionCode.c_str()); in napi_get_named_property()264 … *result = CreateNapiValue(napi_string, testEnv->pakcageInfo.result[0].verifyInfo.c_str()); in napi_get_named_property()266 … *result = CreateNapiValue(napi_string, testEnv->pakcageInfo.result[0].descriptPackageId.c_str()); in napi_get_named_property()268 *result = CreateNapiValue(napi_number, &testEnv->pakcageInfo.result[0].packageType); in napi_get_named_property()[all …]