Home
last modified time | relevance | path

Searched defs:objectId (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp85 JavaScriptOb::ObjectID objectId; in AddObject() local
101 JavaScriptOb::ObjectID objectId; in AddNamedObject() local
61 FindObjectIdInJsTd( const std::vector<std::function<char*(const char*)>>& cjFuncs, const std::vector<std::string>& methodList, JavaScriptOb::ObjectID& objectId) FindObjectIdInJsTd() argument
151 FindObject(JavaScriptOb::ObjectID objectId) FindObject() argument
163 GetJavaScriptResultSelf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResultSelf() argument
193 GetJavaScriptResult( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResult() argument
314 GetJavaScriptResultSelfFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultSelfFlowbuf() argument
339 GetJavaScriptResultFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultFlowbuf() argument
353 GetJavaScriptObjectMethods(int32_t objectId) GetJavaScriptObjectMethods() argument
367 HasJavaScriptObjectMethods(int32_t objectId, const std::string& methodName) HasJavaScriptObjectMethods() argument
388 RemoveJavaScriptObjectHolder(int32_t holder, JavaScriptOb::ObjectID objectId) RemoveJavaScriptObjectHolder() argument
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp851 std::shared_ptr<JavaScriptOb> WebviewJavaScriptResultCallBack::FindObject(JavaScriptOb::ObjectID objectId) in FindObject() argument
946 GetJavaScriptResultSelf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResultSelf() argument
1000 GetJavaScriptResult( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) GetJavaScriptResult() argument
1160 GetJavaScriptResultSelfFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultSelfFlowbuf() argument
1196 GetJavaScriptResultFlowbuf( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int fd, int32_t routingId, int32_t objectId) GetJavaScriptResultFlowbuf() argument
1246 PostGetJavaScriptResultToJsThread( std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objName, int32_t routingId, int32_t objectId) PostGetJavaScriptResultToJsThread() argument
1289 FindObjectIdInJsTd( napi_env env, napi_value object, JavaScriptOb::ObjectID* objectId) FindObjectIdInJsTd() argument
1342 PostHasJavaScriptObjectMethodsToJsThread( int32_t objectId, const std::string& methodName) PostHasJavaScriptObjectMethodsToJsThread() argument
1376 HasJavaScriptObjectMethods(int32_t objectId, const std::string& methodName) HasJavaScriptObjectMethods() argument
1455 PostGetJavaScriptObjectMethodsToJsThread(int32_t objectId) PostGetJavaScriptObjectMethodsToJsThread() argument
1487 GetJavaScriptObjectMethods(int32_t objectId) GetJavaScriptObjectMethods() argument
1529 RemoveJavaScriptObjectHolderInJsTd( int32_t holder, JavaScriptOb::ObjectID objectId) RemoveJavaScriptObjectHolderInJsTd() argument
1575 PostRemoveJavaScriptObjectHolderToJsThread( int32_t holder, JavaScriptOb::ObjectID objectId) PostRemoveJavaScriptObjectHolderToJsThread() argument
1609 RemoveJavaScriptObjectHolder(int32_t holder, JavaScriptOb::ObjectID objectId) RemoveJavaScriptObjectHolder() argument
1691 JavaScriptOb::ObjectID objectId; AddObject() local
1710 JavaScriptOb::ObjectID objectId; AddNamedObject() local
[all...]

Completed in 6 milliseconds