Home
last modified time | relevance | path

Searched refs:UnwrapElementName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/napicommonwant_fuzzer/
H A Dnapicommonwant_fuzzer.cpp90 UnwrapElementName(env, param, elementName); // branch failed in NapiCommonWantFuzztest1()
161 UnwrapElementName(env, param, elementName2); // branch null param in NapiCommonWantFuzztest3()
163 UnwrapElementName(env, jsObject, elementName3); // branch not null param in NapiCommonWantFuzztest3()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.h32 bool UnwrapElementName(napi_env env, napi_value param, ElementName &elementName);
H A Dnapi_common_want.cpp91 bool UnwrapElementName(napi_env env, napi_value param, ElementName &elementName) in UnwrapElementName() function
1157 UnwrapElementName(env, param, natElementName); in UnwrapWant()