Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/DocsSample/ArkWeb/UseFrontendJSApp/entry5/src/main/cpp/
Dhello.cpp65 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in NativeWebInit() local
99 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in createWebMessagePorts() local
130 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postMessage() local
180 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postMessageThread() local
229 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in setMessageEventHandlerThread() local
261 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postNoneMessage() local
296 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postBufferMessage() local
331 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in setMessageEventHandler() local
360 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in closeMessagePort() local
389 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in destroyMessagePort() local
[all …]
/applications/standard/app_samples/code/DocsSample/ArkWeb/UseFrontendJSApp/entry4/src/main/cpp/
Dhello.cpp207 void SetComponentCallback(ArkWeb_ComponentAPI * component, const char* webTagValue) in SetComponentCallback()
248 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in NativeWebInit() local
279 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in RunJavaScript() local