Home
last modified time | relevance | path

Searched refs:newParams (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/test/unittest/updater_test/
H A Drecord_install_time_unittest.cpp54 UpdaterParams newParams; in HWTEST_F() local
55 newParams.installTime.resize(params.installTime.size()); in HWTEST_F()
56 newParams.pkgLocation = params.pkgLocation; in HWTEST_F()
57 ReadInstallTime(newParams); in HWTEST_F()
/base/global/resource_management/interfaces/js/kits/src/
H A Dsendable_resource_manager_napi.cpp108 static bool GetParams(napi_env env, napi_value params, napi_value *newParams, bool isSendable) in GetParams() argument
129 status = napi_create_sendable_array_with_length(env, len, newParams); in GetParams()
131 status = napi_create_array_with_length(env, len, newParams); in GetParams()
143 if (napi_set_element(env, *(newParams), i, jsValue) != napi_ok) { in GetParams()
166 napi_value newParams = nullptr; in InstanceResource() local
167 if (!GetParams(env, params, &newParams, isSendable)) { in InstanceResource()
170 if (newParams != nullptr) { in InstanceResource()
171 creatorProp[3] = DECLARE_NAPI_DEFAULT_PROPERTY("params", newParams); // index 3 in InstanceResource()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp257 std::vector<CustomEventParam> newParams; in InsertCustomEventParams() local
258 event->GetCustomParams(newParams); in InsertCustomEventParams()
259 if (newParams.empty()) { in InsertCustomEventParams()
272 for (const auto& param : newParams) { in InsertCustomEventParams()
282 for (const auto& param : newParams) { in InsertCustomEventParams()

Completed in 3 milliseconds