Home
last modified time | relevance | path

Searched defs:CreateProperty (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp55 struct CreateProperty { struct
56 std::optional<double> maxValue = std::nullopt;
57 std::optional<double> value = std::nullopt;
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_common_utils.cpp180 void NapiCommonUtils::CreateProperty(napi_env env, napi_value exports, const std::string &name, in CreateProperty() function in OHOS::UpdateEngine::NapiCommonUtils