Home
last modified time | relevance | path

Searched defs:valueCStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Duncaught_exception_callback.cpp47 auto valueCStr = std::make_unique<char[]>(valueStrBufLength + 1); in GetNativeStrFromJsTaggedObj() local
/ohos5.0/base/notification/eventhandler/frameworks/napi/src/
H A Devents_emitter.cpp271 auto valueCStr = std::make_unique<char[]>(NAPI_VALUE_STRING_LEN + 1); in GetEventIdWithObjectOrString() local
405 auto valueCStr = std::make_unique<char[]>(NAPI_VALUE_STRING_LEN + 1); in GetEventIdWithNumberOrString() local
573 auto valueCStr = std::make_unique<char[]>(NAPI_VALUE_STRING_LEN + 1); in EmitWithEventIdString() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp959 auto valueCStr = std::make_unique<char[]>(valueStrBufLength + 1); in GetNativeStrFromJsTaggedObj() local