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.cpp64 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in NativeWebInit() local
98 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in createWebMessagePorts() local
129 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postMessage() local
179 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postMessageThread() local
228 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in setMessageEventHandlerThread() local
260 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postNoneMessage() local
295 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in postBufferMessage() local
330 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in setMessageEventHandler() local
359 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in closeMessagePort() local
388 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.cpp204 void SetComponentCallback(ArkWeb_ComponentAPI * component, const char* webTagValue) in SetComponentCallback()
242 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in NativeWebInit() local
272 char *webTagValue = new (std::nothrow) char[webTagSize + 1]; in RunJavaScript() local