| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_canvas_ffi.cpp | 138 void FfiOHOSAceFrameworkCanvasCreate(int64_t contextId) in FfiOHOSAceFrameworkCanvasCreate() 169 void FfiOHOSAceFrameworkRenderingContextSetFillStyle(int64_t contextId, uint32_t colorValue) in FfiOHOSAceFrameworkRenderingContextSetFillStyle() 179 void FfiOHOSAceFrameworkRenderingContextSetFillStyleByGradient(int64_t contextId, int64_t gradientI… in FfiOHOSAceFrameworkRenderingContextSetFillStyleByGradient() 192 void FfiOHOSAceFrameworkRenderingContextSetLineWidth(int64_t contextId, double lineWidth) in FfiOHOSAceFrameworkRenderingContextSetLineWidth() 203 void FfiOHOSAceFrameworkRenderingContextSetStrokeStyle(int64_t contextId, uint32_t color) in FfiOHOSAceFrameworkRenderingContextSetStrokeStyle() 213 void FfiOHOSAceFrameworkRenderingContextSetStrokeStyleByGradient(int64_t contextId, int64_t gradien… in FfiOHOSAceFrameworkRenderingContextSetStrokeStyleByGradient() 226 void FfiOHOSAceFrameworkRenderingContextSetLineCap(int64_t contextId, int32_t lineCap) in FfiOHOSAceFrameworkRenderingContextSetLineCap() 239 void FfiOHOSAceFrameworkRenderingContextSetLineJoin(int64_t contextId, int32_t lineJoin) in FfiOHOSAceFrameworkRenderingContextSetLineJoin() 252 void FfiOHOSAceFrameworkRenderingContextSetMiterLimit(int64_t contextId, double limit) in FfiOHOSAceFrameworkRenderingContextSetMiterLimit() 264 …int64_t contextId, int32_t style, const char* weight, double size, int32_t sizeUnit, const char* f… in FfiOHOSAceFrameworkRenderingContextSetFont() [all …]
|
| /foundation/CastEngine/castengine_wifi_display/services/interaction/ |
| D | interaction.cpp | 107 auto contextId = interactionMsg->contextId ? interactionMsg->contextId : interactionMsg->srcId; in HandleEvent() local 157 int32_t Interaction::CreateContext(uint32_t &contextId) in CreateContext() 179 int32_t Interaction::DestroyContext(uint32_t contextId) in DestroyContext() 197 int32_t Interaction::CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType, std::… in CreateAgent() 230 int32_t Interaction::DestroyAgent(uint32_t contextId, uint32_t agentId) in DestroyAgent() 249 int32_t Interaction::Stop(uint32_t contextId, uint32_t agentId) in Stop() 255 int32_t Interaction::Start(uint32_t contextId, uint32_t agentId) in Start() 273 int32_t Interaction::Pause(uint32_t contextId, uint32_t agentId, MediaType mediaType) in Pause() 292 int32_t Interaction::Resume(uint32_t contextId, uint32_t agentId, MediaType mediaType) in Resume() 311 int32_t Interaction::ForwardEvent(uint32_t contextId, uint32_t agentId, SharingEvent &event, bool i… in ForwardEvent() [all …]
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
| D | object_manager.h | 35 WebGLRenderingContextBasicBase* GetWebGLContext(bool webGL2, const std::string& contextId) in GetWebGLContext() 45 …void AddWebGLObject(bool webGL2, const std::string& contextId, WebGLRenderingContextBasicBase* obj) in AddWebGLObject()
|
| /foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
| D | wfd_sink_scene.cpp | 254 uint32_t contextId = INVALID_ID; in Release() local 531 uint32_t contextId = itemDev->second->contextId; in HandleAppendSurface() local 617 uint32_t contextId = INVALID_ID; in HandleSetSceneType() local 698 uint32_t contextId = itemDev->second->contextId; in HandlePlay() local 756 uint32_t contextId = INVALID_ID; in HandlePause() local 787 uint32_t contextId = INVALID_ID; in HandleMute() local 818 uint32_t contextId = INVALID_ID; in HandleUnMute() local 849 uint32_t contextId = INVALID_ID; in HandleClose() local 959 uint32_t contextId = item.second->contextId; in WfdP2pStop() local 1026 uint32_t contextId = INVALID_ID; in OnP2pPeerConnected() local [all …]
|
| D | wfd_def.h | 51 uint32_t contextId = INVALID_ID; member 73 uint32_t contextId = INVALID_ID; member
|
| D | wfd_source_scene.cpp | 624 uint32_t contextId = contextId_; in AppendCast() local 820 void WfdSourceScene::OnInnerError(uint32_t contextId, uint32_t agentId, SharingErrorCode errorCode,… in OnInnerError() 845 void WfdSourceScene::OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) in OnInnerDestroy()
|
| D | wfd_msg.h | 416 uint32_t contextId; member
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| D | util.cpp | 35 bool Util::GetContextInfo(napi_env env, napi_value thisVar, std::string &contextId, std::vector<std… in GetContextInfo() 72 string contextId; in GetContextObject() local
|
| /foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
| D | media_channel.h | 52 void SetContextId(uint32_t contextId) in SetContextId()
|
| /foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
| D | scene_unit_test.cpp | 498 uint32_t contextId = 0; variable 508 uint32_t contextId = 0; variable 518 uint32_t contextId = 0; variable 529 uint32_t contextId = 0; variable 540 uint32_t contextId = 0; variable 551 uint32_t contextId = 0; variable 562 uint32_t contextId = 0; variable 573 uint32_t contextId = 0; variable 584 uint32_t contextId = 0; variable 595 uint32_t contextId = 0; variable [all …]
|
| /foundation/CastEngine/castengine_wifi_display/services/context/ |
| D | context_manager.cpp | 232 Context::Ptr ContextManager::GetContextById(uint32_t contextId) in GetContextById() 244 void ContextManager::DestroyContext(uint32_t contextId) in DestroyContext()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| D | js_offscreen_rendering_context.cpp | 191 uint32_t contextId = context->GetId(); in Destructor() local
|
| /foundation/CastEngine/castengine_wifi_display/services/common/ |
| D | event_comm.h | 214 uint32_t contextId = INVALID_ID; member
|
| /foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/ |
| D | media_channel_unit_test.cpp | 749 auto contextId = 1; variable
|