/foundation/arkui/napi/sample/native_module_netserver/ |
D | netserver.cpp | 79 NetServer* that = (NetServer*)peer->data; in OnClose() local 91 NetServer* that = (NetServer*)server->data; in OnConnection() local 120 NetServer* that = (NetServer*)handle->data; in OnServerClose() local 137 NetServer* that = (NetServer*)req->data; in AfterWrite() local 164 NetServer* that = (NetServer*)handle->data; in AfterRead() local
|
D | net_server.cpp | 80 NetServer* that = static_cast<NetServer*>(peer->data); in OnClose() local 92 NetServer* that = static_cast<NetServer*>(server->data); in OnConnection() local 121 NetServer* that = static_cast<NetServer*>(handle->data); in OnServerClose() local 138 NetServer* that = static_cast<NetServer*>(req->data); in AfterWrite() local 165 NetServer* that = static_cast<NetServer*>(handle->data); in AfterRead() local
|
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/ |
D | glfw_render_context.cpp | 203 const auto &that = reinterpret_cast<GlfwRenderContext *>(glfwGetWindowUserPointer(window)); in OnMouseButton() local 211 const auto &that = reinterpret_cast<GlfwRenderContext *>(glfwGetWindowUserPointer(window)); in OnCursorPos() local 219 const auto &that = reinterpret_cast<GlfwRenderContext *>(glfwGetWindowUserPointer(window)); in OnKey() local 227 const auto &that = reinterpret_cast<GlfwRenderContext *>(glfwGetWindowUserPointer(window)); in OnChar() local 236 const auto &that = reinterpret_cast<GlfwRenderContext *>(glfwGetWindowUserPointer(window)); in OnSizeChanged() local
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
D | memory_reporter.h | 123 void ReportMemoryUsage(const std::string &member, const std::vector<T> &that, bool needThis) in ReportMemoryUsage() 138 void ReportMemoryUsage(const std::string &member, const std::shared_ptr<T> &that, bool needThis) in ReportMemoryUsage() 153 void ReportMemoryUsage(const std::string &member, const std::unique_ptr<T> &that, bool needThis) in ReportMemoryUsage() 168 void ReportMemoryUsage(const std::string &member, const std::map<K, V> &that, bool needThis) in ReportMemoryUsage()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
D | jsi_ref.h | 69 JsiRef(const JsiRef<S>& that) : value_(T::Cast(that.Get())) in JsiRef() 91 static JsiRef<T> Cast(const JsiRef<S>& that) in Cast() 226 auto that = reinterpret_cast<JsiWeak<T>*>(ref); in Reset() local
|
D | jsi_types.h | 53 static JsiType<T> Cast(const JsiType<S>& that) in Cast()
|
/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/ |
D | frame_collector_test.cpp | 260 auto& that = FrameCollector::GetInstance(); variable 278 auto& that = FrameCollector::GetInstance(); variable
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
D | epoll_io_waiter_mingw.cpp | 111 auto &that = GetInstance(poll); in OnPoll() local 130 auto &that = GetInstance(timer); in OnTimer() local 139 auto &that = GetInstance(signal); in OnSignal() local
|
D | epoll_io_waiter.h | 61 static EpollIoWaiter &GetInstance(T *that) in GetInstance()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
D | ark_native_reference.cpp | 140 auto that = reinterpret_cast<ArkNativeReference*>(ref); in FreeGlobalCallBack() local 146 auto that = reinterpret_cast<ArkNativeReference*>(ref); in NativeFinalizeCallBack() local
|
/foundation/arkui/napi/native_engine/ |
D | native_async_work.cpp | 147 auto that = reinterpret_cast<NativeAsyncWork*>(req->data); in AsyncWorkCallback() local 175 auto that = reinterpret_cast<NativeAsyncWork*>(req->data); in AsyncAfterWorkCallback() local
|
D | native_safe_async_work.cpp | 29 …NativeSafeAsyncWork* that = NativeAsyncWork::DereferenceOf(&NativeSafeAsyncWork::asyncHandler_, as… in AsyncCallback() local 311 … NativeSafeAsyncWork* that = NativeAsyncWork::DereferenceOf(&NativeSafeAsyncWork::asyncHandler_, in CloseHandles() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
D | rs_overdraw_controller.cpp | 100 auto &that = *reinterpret_cast<RSOverdrawController *>(context); in SwitchFunction() local 117 auto &that = *reinterpret_cast<RSOverdrawController *>(context); in OnColorChange() local
|
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
D | js_plugin_callback.h | 36 void *that = nullptr; member
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
D | frame_collector.cpp | 185 auto &that = *reinterpret_cast<FrameCollector *>(context); in SwitchFunction() local
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
D | file_path.cpp | 43 FilePath::FilePath(const FilePath &that) : path_(that.path_) in FilePath() 52 FilePath &FilePath::operator=(const FilePath &that) in operator =()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
D | rs_draw_cmd_list.cpp | 110 DrawCmdList& DrawCmdList::operator=(DrawCmdList&& that) in operator =()
|