Searched refs:GetNativeWindowById (Results 1 – 7 of 7) sorted by relevance
174 const void* GetNativeWindowById(uint64_t textureId) override in GetNativeWindowById() function
89 nativeWindow = const_cast<void*>(nativeView->GetNativeWindowById(textureId)); in HandleContext()
108 virtual const void* GetNativeWindowById(uint64_t textureId) = 0;
161 const void* GetNativeWindowById(uint64_t textureId) override;
428 const void* AceViewOhos::GetNativeWindowById(uint64_t textureId) in GetNativeWindowById() function in OHOS::Ace::Platform::AceViewOhos
458 return const_cast<void*>(nativeView->GetNativeWindowById(textureId)); in GetNativeWindow()
2246 nativeWindow = const_cast<void*>(nativeView->GetNativeWindowById(textureId)); in FireExternalEvent()