/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_object_event.h | 79 virtual int AddObject(void* object) in AddObject() function in OHOS::Ace::WebCommonDialogObject 92 virtual int AddObject(void* object) in AddObject() function in OHOS::Ace::WebPermissionRequestObject 103 virtual int AddObject(void* object) in AddObject() function in OHOS::Ace::WebHttpAuthRequestObject 134 virtual int AddObject(void* object) in AddObject() function in OHOS::Ace::WebFileChooserObject 145 virtual int AddObject(void* object) in AddObject() function in OHOS::Ace::WebGeolocationObject
|
H A D | web_delegate_cross.h | 96 index_ = obj->AddObject(object); in DialogResult() 119 index_ = obj->AddObject(object); in WebAuthResult() 153 index_ = obj->AddObject(object); in PermissionRequestImpl() 181 index_ = obj->AddObject(object); in WebFileSelectorResult() 254 index_ = obj->AddObject(object); in Geolocation()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_object.cpp | 25 display_->AddObject(this); in EglWrapperObject()
|
H A D | egl_wrapper_display.h | 49 void AddObject(EglWrapperObject *obj);
|
H A D | egl_wrapper_display.cpp | 540 void EglWrapperDisplay::AddObject(EglWrapperObject *obj) in AddObject() function in OHOS::EglWrapperDisplay
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_socket.cpp | 136 int serverId = g_serverMap.AddObject(server); in SocketServerCreate() 167 int clientId = g_clientMap.AddObject(client); in SocketServerAccept() 258 int clientId = g_clientMap.AddObject(client); in SocketConnect() 309 int clientId = g_clientMap.AddObject(client); in SocketConnectEx()
|
/foundation/communication/bluetooth/frameworks/inner/include/ |
H A D | bluetooth_object_map.h | 35 int AddObject(T object) in AddObject() function in final
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font_collection.cpp | 57 g_objectMgr->AddObject(fc); in OH_Drawing_CreateFontCollection()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | object_mgr.h | 38 void AddObject(void* obj);
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/objectmgr_fuzzer/ |
H A D | object_mgr_fuzzer.cpp | 49 objectm->AddObject(obj); in ObjectMgrFuzzTest000()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | object_mgr.cpp | 33 void ObjectMgr::AddObject(void* obj) in AddObject() function in OHOS::Rosen::Drawing::ObjectMgr
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/ |
H A D | eglwrapperdisplay_fuzzer.cpp | 156 eglWrapperDisplay->AddObject(obj1); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base_impl.h | 263 bool AddObject(napi_env env, uint64_t key, napi_value obj); 416 bool WebGLRenderingContextBaseImpl::AddObject(napi_env env, uint64_t key, napi_value obj) in AddObject() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl 422 LOGE("AddObject exit %{public}u %{public}" PRIu64, T::objectType, key); in AddObject() 428 LOGE("AddObject %{public}" PRIu64 " status %{public}u", key, status); in AddObject() 431 LOGD("AddObject %{public}u %{public}p %{public}" PRIu64, T::objectType, obj, key); in AddObject()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base_impl.cpp | 116 AddObject<WebGLTexture>(env, textureId, objTexture); in CreateTextureObject() 302 bool ret = AddObject<WebGLBuffer>(env, bufferId, objBuffer); in CreateBuffer() 317 (void)AddObject<WebGLFramebuffer>(env, framebufferId, objFramebuffer); in CreateFrameBuffer() 336 (void)AddObject<WebGLProgram>(env, programId, objProgram); in CreateProgram() 351 (void)AddObject<WebGLRenderbuffer>(env, renderbufferId, objRenderbuffer); in CreateRenderBuffer() 374 (void)AddObject<WebGLShader>(env, shaderId, objShader); in CreateShader() 1016 AddObject<WebGLUniformLocation>(env, locationId, objUniformLocation); in GetUniformLocation()
|
H A D | webgl2_rendering_context_impl.cpp | 69 AddObject<WebGLQuery>(env, queryId, objQuery); in CreateQuery() 224 AddObject<WebGLSampler>(env, samplerId, objSampler); in CreateSampler() 362 AddObject<WebGLVertexArrayObject>(env, vertexArraysId, objVertexArrayObject); in CreateVertexArray() 521 AddObject<WebGLTransformFeedback>(env, transformFeedbackId, objTransformFeedback); in CreateTransformFeedback()
|