/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.cpp | 133 void FfiOHOSAceFrameworkCanvasCreate(int64_t contextId) in FfiOHOSAceFrameworkCanvasCreate() argument 135 auto context = FFIData::GetData<NativeCanvasRenderer>(contextId); in FfiOHOSAceFrameworkCanvasCreate() 164 void FfiOHOSAceFrameworkRenderingContextSetFillStyle(int64_t contextId, uint32_t colorValue) in FfiOHOSAceFrameworkRenderingContextSetFillStyle() argument 166 auto context = FFIData::GetData<NativeCanvasRenderer>(contextId); in FfiOHOSAceFrameworkRenderingContextSetFillStyle() 170 LOGE("canvas fillStyle error, Cannot get NativeCanvasRenderer by id: %{public}" PRId64, contextId); in FfiOHOSAceFrameworkRenderingContextSetFillStyle() 174 void FfiOHOSAceFrameworkRenderingContextSetFillStyleByGradient(int64_t contextId, int64_t gradientId) in FfiOHOSAceFrameworkRenderingContextSetFillStyleByGradient() argument 176 auto context = FFIData::GetData<NativeCanvasRenderer>(contextId); in FfiOHOSAceFrameworkRenderingContextSetFillStyleByGradient() 187 void FfiOHOSAceFrameworkRenderingContextSetLineWidth(int64_t contextId, double lineWidth) in FfiOHOSAceFrameworkRenderingContextSetLineWidth() argument 189 auto context = FFIData::GetData<NativeCanvasRenderer>(contextId); in FfiOHOSAceFrameworkRenderingContextSetLineWidth() 194 LOGE("canvas lineWidth error, Cannot get NativeCanvasRenderer by id: %{public}" PRId64, contextId); in FfiOHOSAceFrameworkRenderingContextSetLineWidth() 198 FfiOHOSAceFrameworkRenderingContextSetStrokeStyle(int64_t contextId, uint32_t color) FfiOHOSAceFrameworkRenderingContextSetStrokeStyle() argument 208 FfiOHOSAceFrameworkRenderingContextSetStrokeStyleByGradient(int64_t contextId, int64_t gradientId) FfiOHOSAceFrameworkRenderingContextSetStrokeStyleByGradient() argument 221 FfiOHOSAceFrameworkRenderingContextSetLineCap(int64_t contextId, int32_t lineCap) FfiOHOSAceFrameworkRenderingContextSetLineCap() argument 234 FfiOHOSAceFrameworkRenderingContextSetLineJoin(int64_t contextId, int32_t lineJoin) FfiOHOSAceFrameworkRenderingContextSetLineJoin() argument 247 FfiOHOSAceFrameworkRenderingContextSetMiterLimit(int64_t contextId, double limit) FfiOHOSAceFrameworkRenderingContextSetMiterLimit() argument 258 FfiOHOSAceFrameworkRenderingContextSetFont( int64_t contextId, int32_t style, const char* weight, double size, int32_t sizeUnit, const char* family) FfiOHOSAceFrameworkRenderingContextSetFont() argument 272 FfiOHOSAceFrameworkRenderingContextSetTextAlign(int64_t contextId, int32_t align) FfiOHOSAceFrameworkRenderingContextSetTextAlign() argument 285 FfiOHOSAceFrameworkRenderingContextSetTextBaseline(int64_t contextId, int32_t baseline) FfiOHOSAceFrameworkRenderingContextSetTextBaseline() argument 298 FfiOHOSAceFrameworkRenderingContextSetGlobalAlpha(int64_t contextId, double alpha) FfiOHOSAceFrameworkRenderingContextSetGlobalAlpha() argument 308 FfiOHOSAceFrameworkRenderingContextSetLineDash(int64_t contextId, VectorDoublePtr lineDashArr) FfiOHOSAceFrameworkRenderingContextSetLineDash() argument 319 FfiOHOSAceFrameworkRenderingContextSetLineDashOffset(int64_t contextId, double lineDashOffset) FfiOHOSAceFrameworkRenderingContextSetLineDashOffset() argument 330 FfiOHOSAceFrameworkRenderingContextSetGlobalCompositeOperation(int64_t contextId, int32_t type) FfiOHOSAceFrameworkRenderingContextSetGlobalCompositeOperation() argument 344 FfiOHOSAceFrameworkRenderingContextSetShadowBlur(int64_t contextId, double blur) FfiOHOSAceFrameworkRenderingContextSetShadowBlur() argument 354 FfiOHOSAceFrameworkRenderingContextSetShadowColor(int64_t contextId, uint32_t color) FfiOHOSAceFrameworkRenderingContextSetShadowColor() argument 364 FfiOHOSAceFrameworkRenderingContextSetShadowOffsetX(int64_t contextId, double offsetX) FfiOHOSAceFrameworkRenderingContextSetShadowOffsetX() argument 375 FfiOHOSAceFrameworkRenderingContextSetShadowOffsetY(int64_t contextId, double offsetY) FfiOHOSAceFrameworkRenderingContextSetShadowOffsetY() argument 386 FfiOHOSAceFrameworkRenderingContextSetImageSmoothingEnabled(int64_t contextId, bool enabled) FfiOHOSAceFrameworkRenderingContextSetImageSmoothingEnabled() argument 396 FfiOHOSAceFrameworkRenderingContextSetImageSmoothingQuality(int64_t contextId, const char* quality) FfiOHOSAceFrameworkRenderingContextSetImageSmoothingQuality() argument 406 FfiOHOSAceFrameworkRenderingContextFillRect(int64_t contextId, double x, double y, double width, double height) FfiOHOSAceFrameworkRenderingContextFillRect() argument 417 FfiOHOSAceFrameworkRenderingContextStrokeRect(int64_t contextId, double x, double y, double width, double height) FfiOHOSAceFrameworkRenderingContextStrokeRect() argument 428 FfiOHOSAceFrameworkRenderingContextClearRect(int64_t contextId, double x, double y, double width, double height) FfiOHOSAceFrameworkRenderingContextClearRect() argument 439 FfiOHOSAceFrameworkRenderingContextFillText(int64_t contextId, double x, double y, const char* text) FfiOHOSAceFrameworkRenderingContextFillText() argument 451 FfiOHOSAceFrameworkRenderingContextStrokeText(int64_t contextId, double x, double y, const char* text) FfiOHOSAceFrameworkRenderingContextStrokeText() argument 463 FfiOHOSAceFrameworkRenderingContextMeasureText(int64_t contextId, const char* text) FfiOHOSAceFrameworkRenderingContextMeasureText() argument 477 FfiOHOSAceFrameworkRenderingContextStroke(int64_t contextId) FfiOHOSAceFrameworkRenderingContextStroke() argument 487 FfiOHOSAceFrameworkRenderingContextStrokeWithPath(int64_t contextId, int64_t pathId) FfiOHOSAceFrameworkRenderingContextStrokeWithPath() argument 500 FfiOHOSAceFrameworkRenderingContextBeginPath(int64_t contextId) FfiOHOSAceFrameworkRenderingContextBeginPath() argument 510 FfiOHOSAceFrameworkRenderingContextMoveTo(int64_t contextId, double x, double y) FfiOHOSAceFrameworkRenderingContextMoveTo() argument 522 FfiOHOSAceFrameworkRenderingContextLineTo(int64_t contextId, double x, double y) FfiOHOSAceFrameworkRenderingContextLineTo() argument 534 FfiOHOSAceFrameworkRenderingContextClosePath(int64_t contextId) FfiOHOSAceFrameworkRenderingContextClosePath() argument 544 FfiOHOSAceFrameworkRenderingContextBezierCurveTo( int64_t contextId, double cp1x, double cp1y, double cp2x, double cp2y, double x, double y) FfiOHOSAceFrameworkRenderingContextBezierCurveTo() argument 556 FfiOHOSAceFrameworkRenderingContextQuadraticCurveTo(int64_t contextId, double cpx, double cpy, double x, double y) FfiOHOSAceFrameworkRenderingContextQuadraticCurveTo() argument 567 FfiOHOSAceFrameworkRenderingContextArc( int64_t contextId, double x, double y, double radius, double startAngle, double endAngle, bool anticlockwise) FfiOHOSAceFrameworkRenderingContextArc() argument 579 FfiOHOSAceFrameworkRenderingContextArcTo( int64_t contextId, double x1, double y1, double x2, double y2, double radius) FfiOHOSAceFrameworkRenderingContextArcTo() argument 591 FfiOHOSAceFrameworkRenderingContextEllipse(int64_t contextId, double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, bool anticlockwise) FfiOHOSAceFrameworkRenderingContextEllipse() argument 603 FfiOHOSAceFrameworkRenderingContextRect(int64_t contextId, double x, double y, double width, double height) FfiOHOSAceFrameworkRenderingContextRect() argument 614 FfiOHOSAceFrameworkRenderingContextFill(int64_t contextId) FfiOHOSAceFrameworkRenderingContextFill() argument 624 FfiOHOSAceFrameworkRenderingContextClip(int64_t contextId) FfiOHOSAceFrameworkRenderingContextClip() argument 634 FfiOHOSAceFrameworkRenderingContextRotate(int64_t contextId, double angle) FfiOHOSAceFrameworkRenderingContextRotate() argument 644 FfiOHOSAceFrameworkRenderingContextScale(int64_t contextId, double x, double y) FfiOHOSAceFrameworkRenderingContextScale() argument 654 FfiOHOSAceFrameworkRenderingContextTransform( int64_t contextId, double scaleX, double scaleY, double skewX, double skewY, double translateX, double translateY) FfiOHOSAceFrameworkRenderingContextTransform() argument 666 FfiOHOSAceFrameworkRenderingContextSetTransform( int64_t contextId, double scaleX, double scaleY, double skewX, double skewY, double translateX, double translateY) FfiOHOSAceFrameworkRenderingContextSetTransform() argument 678 FfiOHOSAceFrameworkRenderingContextTranslate(int64_t contextId, double x, double y) FfiOHOSAceFrameworkRenderingContextTranslate() argument 690 FfiOHOSAceFrameworkRenderingContextRestore(int64_t contextId) FfiOHOSAceFrameworkRenderingContextRestore() argument 700 FfiOHOSAceFrameworkRenderingContextSave(int64_t contextId) FfiOHOSAceFrameworkRenderingContextSave() argument 710 FfiOHOSAceFrameworkRenderingContextCreateLinearGradient( int64_t contextId, double x0, double y0, double x1, double y1) FfiOHOSAceFrameworkRenderingContextCreateLinearGradient() argument 726 FfiOHOSAceFrameworkRenderingContextCreateRadialGradient( int64_t contextId, double x0, double y0, double r0, double x1, double y1, double r1) FfiOHOSAceFrameworkRenderingContextCreateRadialGradient() argument 744 FfiOHOSAceFrameworkRenderingContextDrawImage(int64_t contextId, const char* src, NativeImageInfo imageInfo) FfiOHOSAceFrameworkRenderingContextDrawImage() argument 766 FfiOHOSAceFrameworkRenderingContextDrawImageWithPixelMap( int64_t contextId, int64_t pixelMapId, NativeImageInfo imageInfo) FfiOHOSAceFrameworkRenderingContextDrawImageWithPixelMap() argument 805 FfiOHOSAceFrameworkRenderingContextGetPixelMap( int64_t contextId, double left, double top, double width, double height) FfiOHOSAceFrameworkRenderingContextGetPixelMap() argument 821 FfiOHOSAceFrameworkCanvasGradientAddColorStop(int64_t contextId, double offset, uint32_t color) FfiOHOSAceFrameworkCanvasGradientAddColorStop() argument [all...] |
H A D | cj_canvas_ffi.h | 100 CJ_EXPORT void FfiOHOSAceFrameworkCanvasCreate(int64_t contextId); 173 int64_t contextId, const char* src, NativeImageInfo imageInfo); 175 int64_t contextId, int64_t pixelMapId, NativeImageInfo imageInfo); 177 int64_t contextId, double fLeft, double fTop, double fWidth, double fHeight);
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | interaction.cpp | 107 auto contextId = interactionMsg->contextId ? interactionMsg->contextId : interactionMsg->srcId; in HandleEvent() local 116 scene_->OnInnerError(contextId, agentId, errorCode); in HandleEvent() 121 scene_->OnInnerDestroy(contextId, agentId, agentType); in HandleEvent() 122 DestroyAgent(contextId, agentId); in HandleEvent() 131 scene_->OnInnerDestroy(contextId, agentId, agentType); in HandleEvent() 157 int32_t Interaction::CreateContext(uint32_t &contextId) in CreateContext() argument 170 contextId = contextMsg->dstId; in CreateContext() 171 SHARING_LOGI("create context success contextId in CreateContext() 179 DestroyContext(uint32_t contextId) DestroyContext() argument 197 CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType, std::string sessionName) CreateAgent() argument 230 DestroyAgent(uint32_t contextId, uint32_t agentId) DestroyAgent() argument 249 Stop(uint32_t contextId, uint32_t agentId) Stop() argument 255 Start(uint32_t contextId, uint32_t agentId) Start() argument 273 Pause(uint32_t contextId, uint32_t agentId, MediaType mediaType) Pause() argument 292 Resume(uint32_t contextId, uint32_t agentId, MediaType mediaType) Resume() argument 311 ForwardEvent(uint32_t contextId, uint32_t agentId, SharingEvent &event, bool isSync) ForwardEvent() argument 326 Play(uint32_t contextId, uint32_t agentId) Play() argument 344 Close(uint32_t contextId, uint32_t agentId) Close() argument 362 SetVolume(uint32_t contextId, uint32_t agentId, float volume) SetVolume() argument 381 SetKeyPlay(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyFrame) SetKeyPlay() argument 402 SetKeyRedirect(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyRedirect) SetKeyRedirect() argument 423 AppendSurface(uint32_t contextId, uint32_t agentId, sptr<Surface> surface, SceneType sceneType) AppendSurface() argument 445 RemoveSurface(uint32_t contextId, uint32_t agentId, uint64_t surfaceId) RemoveSurface() argument [all...] |
H A D | sharing_adapter.h | 39 * @param contextId Indicates the context ID. 45 virtual int32_t ForwardEvent(uint32_t contextId, uint32_t agentId, SharingEvent &event, bool isSync) = 0; 57 * @param contextId Indicates the context ID. The value <b>0</b> indicates an invalid ID and the creation fails. 60 virtual int32_t CreateContext(uint32_t &contextId) = 0; 65 * @param contextId Indicates the context ID. If contextId is 0, a new context will be created with an agent. 71 virtual int32_t CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType, 77 * @param contextId Indicates context ID. 80 virtual int32_t DestroyContext(uint32_t contextId) = 0; 85 * @param contextId Indicate [all...] |
H A D | interaction.h | 89 int32_t ForwardEvent(uint32_t contextId, uint32_t agentId, SharingEvent &event, bool isSync) override; 91 int32_t CreateContext(uint32_t &contextId) override; 92 int32_t DestroyContext(uint32_t contextId) override; 93 int32_t DestroyAgent(uint32_t contextId, uint32_t agentId) override; 94 int32_t CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType, std::string sessionName) override; 96 int32_t Stop(uint32_t contextId, uint32_t agentId) override; 97 int32_t Start(uint32_t contextId, uint32_t agentId) override; 98 int32_t Pause(uint32_t contextId, uint32_t agentId, MediaType mediaType) override; 99 int32_t Resume(uint32_t contextId, uint32_t agentId, MediaType mediaType) override; 102 int32_t Play(uint32_t contextId, uint32_ [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/ |
H A D | mock_sharing_adapter.h | 34 MOCK_METHOD(int32_t, ForwardEvent, (uint32_t contextId, uint32_t agentId, SharingEvent &event, bool isSync)); 36 MOCK_METHOD(int32_t, CreateContext, (uint32_t &contextId)); 37 MOCK_METHOD(int32_t, CreateAgent, (uint32_t &contextId, uint32_t &agentId, AgentType agentType, 39 MOCK_METHOD(int32_t, DestroyContext, (uint32_t contextId)); 40 MOCK_METHOD(int32_t, DestroyAgent, (uint32_t contextId, uint32_t agentId)); 41 MOCK_METHOD(int32_t, Stop, (uint32_t contextId, uint32_t agentId)); 42 MOCK_METHOD(int32_t, Start, (uint32_t contextId, uint32_t agentId)); 43 MOCK_METHOD(int32_t, Pause, (uint32_t contextId, uint32_t agentId, MediaType mediaType)); 44 MOCK_METHOD(int32_t, Resume, (uint32_t contextId, uint32_t agentId, MediaType mediaType)); 45 MOCK_METHOD(int32_t, Play, (uint32_t contextId, uint32_ [all...] |
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_sink_scene.cpp | 254 uint32_t contextId = INVALID_ID; in Release() local 260 contextId = item.second->contextId; in Release() 263 if ((contextId == INVALID_ID) || (agentId == INVALID_ID)) { in Release() 270 sessionMsg->dstId = contextId; in Release() 275 sharingAdapter->ForwardEvent(contextId, agentId, event, true); in Release() 279 sharingAdapter->DestroyAgent(contextId, agentId); in Release() 523 devSurfaceItem->contextId = itemDev->second->contextId; in HandleAppendSurface() 531 uint32_t contextId in HandleAppendSurface() local 617 uint32_t contextId = INVALID_ID; HandleSetSceneType() local 698 uint32_t contextId = itemDev->second->contextId; HandlePlay() local 756 uint32_t contextId = INVALID_ID; HandlePause() local 787 uint32_t contextId = INVALID_ID; HandleMute() local 818 uint32_t contextId = INVALID_ID; HandleUnMute() local 849 uint32_t contextId = INVALID_ID; HandleClose() local 959 uint32_t contextId = item.second->contextId; WfdP2pStop() local 1026 uint32_t contextId = INVALID_ID; OnP2pPeerConnected() local 1063 uint32_t contextId = INVALID_ID; OnP2pPeerDisconnected() local 1114 uint32_t contextId = INVALID_ID; OnP2pPeerDisconnected() local 1191 OnInnerError(uint32_t contextId, uint32_t agentId, SharingErrorCode errorCode, std::string message) OnInnerError() argument 1240 OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) OnInnerDestroy() argument [all...] |
H A D | wfd_source_scene.cpp | 331 if ((connDev_ != nullptr) && (connDev_->contextId != INVALID_ID) && (connDev_->agentId != INVALID_ID)) { in Release() 335 sessionMsg->dstId = connDev_->contextId; in Release() 340 sharingAdapter->ForwardEvent(connDev_->contextId, connDev_->agentId, event, true); in Release() 341 sharingAdapter->DestroyAgent(connDev_->contextId, connDev_->agentId); in Release() 531 sessionMsg->dstId = connDev_->contextId; in HandleRemoveDevice() 536 sharingAdapter->ForwardEvent(connDev_->contextId, connDev_->agentId, event, true); in HandleRemoveDevice() 561 SHARING_LOGI("Create ScreenCapture sink agent, contextId: %{public}u, agentId: %{public}u", contextId_, in CreateScreenCapture() 616 uint32_t contextId = contextId_; in AppendCast() local 618 sharingAdapter->CreateAgent(contextId, agentId, AgentType::SRC_AGENT, "WfdSourceSession"); in AppendCast() 619 if (contextId in AppendCast() 816 OnInnerError(uint32_t contextId, uint32_t agentId, SharingErrorCode errorCode, std::string message) OnInnerError() argument 841 OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) OnInnerDestroy() argument [all...] |
H A D | wfd_def.h | 51 uint32_t contextId = INVALID_ID; member 73 uint32_t contextId = INVALID_ID; member
|
H A D | wfd_source_scene.h | 84 void OnInnerError(uint32_t contextId, uint32_t agentId, SharingErrorCode errorCode, 86 void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) final;
|
H A D | wfd_msg.h | 403 this->contextId = rReq.contextId; in operator =() 411 IPC_BIND_ATTR(errorCode, agentId, contextId, message, mac) 416 uint32_t contextId; member
|
H A D | wfd_sink_scene.h | 82 void OnInnerError(uint32_t contextId, uint32_t agentId, SharingErrorCode errorCode, 85 void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) final;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | util.cpp | 35 bool Util::GetContextInfo(napi_env env, napi_value thisVar, std::string &contextId, std::vector<std::string> &info) in GetContextInfo() argument 49 contextId = idRev.get(); in GetContextInfo() 72 string contextId; in GetContextObject() local 74 bool succ = GetContextInfo(env, thisVar, contextId, info); in GetContextObject() 83 return ObjectManager::GetInstance().GetWebGLContext(webgl2Str == "webgl2", contextId); in GetContextObject()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | object_manager.h | 35 WebGLRenderingContextBasicBase* GetWebGLContext(bool webGL2, const std::string& contextId) in GetWebGLContext() argument 38 auto it = webGLObjects_[index].find(contextId); in GetWebGLContext() 45 void AddWebGLObject(bool webGL2, const std::string& contextId, WebGLRenderingContextBasicBase* obj) in AddWebGLObject() argument 48 webGLObjects_[index].insert({ contextId, obj }); in AddWebGLObject()
|
H A D | util.h | 35 std::string &contextId, std::vector<std::string> &info);
|
/foundation/CastEngine/castengine_wifi_display/services/context/ |
H A D | context_manager.h | 51 void DestroyContext(uint32_t contextId); 52 Context::Ptr GetContextById(uint32_t contextId);
|
H A D | context_manager.cpp | 197 SHARING_LOGI("contextId: %{public}d contextSize: %{public}zu.", context->GetId(), contexts_.size()); in HandleContextCreate() 212 SHARING_LOGD("need wait other agent destroy contextId: %{public}u.", context->GetId()); in HandleMediachannelDestroy() 227 SHARING_LOGE("context not exist, contextId: %{public}u eventType: %{public}s.", event.eventMsg->dstId, in HandleContextEvent() 232 Context::Ptr ContextManager::GetContextById(uint32_t contextId) in GetContextById() argument 236 auto itr = contexts_.find(contextId); in GetContextById() 244 void ContextManager::DestroyContext(uint32_t contextId) in DestroyContext() argument 250 auto itr = contexts_.find(contextId); in DestroyContext() 267 SHARING_LOGI("contextId: %{public}d contextSize: %{public}zu.", contextId, contexts_.size()); in DestroyContext()
|
H A D | context.cpp | 28 SHARING_LOGD("contextId: %{public}u.", GetId()); in Context() 33 SHARING_LOGD("contextId: %{public}u.", GetId()); in ~Context() 38 SHARING_LOGD("contextId: %{public}u.", GetId()); in Release() 42 SHARING_LOGW("exception to enter! contextId: %{public}u.", GetId()); in Release() 52 "contextId: %{public}u, fromMgr: %{public}u, srcId: %{public}u, " in HandleEvent() 57 SHARING_LOGW("destroying contextId: %{public}u.", GetId()); in HandleEvent() 94 SHARING_LOGI("contextId: %{public}u, destroy agent agentId: %{public}u.", GetId(), eventMsg->agentId); in HandleAgentDestroy() 111 SHARING_LOGI("contextId: %{public}u, destroy agent need wait src agent destroy. agentId: %{public}u.", in HandleAgentDestroy() 194 interactionMsg->contextId = GetId(); in SendInteractionEvent() 200 SHARING_LOGI("event: %{public}u is sended by contextId in SendInteractionEvent() [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 498 uint32_t contextId = 0; in HWTEST_F() local 499 auto ret = interaction->CreateContext(contextId); in HWTEST_F() 508 uint32_t contextId = 0; in HWTEST_F() local 509 auto ret = interaction->DestroyContext(contextId); in HWTEST_F() 518 uint32_t contextId = 0; in HWTEST_F() local 520 auto ret = interaction->DestroyAgent(contextId, agentId); in HWTEST_F() 529 uint32_t contextId = 0; in HWTEST_F() local 531 auto ret = interaction->CreateAgent(contextId, agentId, SRC_AGENT, "WfdSourceSession"); in HWTEST_F() 540 uint32_t contextId = 0; in HWTEST_F() local 542 auto ret = interaction->Stop(contextId, agentI in HWTEST_F() 551 uint32_t contextId = 0; HWTEST_F() local 562 uint32_t contextId = 0; HWTEST_F() local 573 uint32_t contextId = 0; HWTEST_F() local 584 uint32_t contextId = 0; HWTEST_F() local 595 uint32_t contextId = 0; HWTEST_F() local 606 uint32_t contextId = 0; HWTEST_F() local 618 uint32_t contextId = 0; HWTEST_F() local 631 uint32_t contextId = 0; HWTEST_F() local 644 uint32_t contextId = 0; HWTEST_F() local 657 uint32_t contextId = 0; HWTEST_F() local 670 uint32_t contextId = 0; HWTEST_F() local 682 uint32_t contextId = 0; HWTEST_F() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
H A D | base_scene.h | 67 virtual void OnInnerDestroy(uint32_t contextId, uint32_t agentId, AgentType agentType) = 0; 68 virtual void OnInnerError(uint32_t contextId, uint32_t agentId, SharingErrorCode errorCode,
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | media_channel.h | 52 void SetContextId(uint32_t contextId) in SetContextId() argument 55 srcContextId_ = contextId; in SetContextId()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_offscreen_rendering_context.cpp | 191 uint32_t contextId = context->GetId(); in Destructor() local 194 offscreenPatternMap_.erase(contextId); in Destructor()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_sink_scene_test.cpp | 51 connectionInfo.contextId = 1; in RestoreConnMap() 61 surface.contextId = 1; in RestoreSurfaceMap() 616 connectionInfo.contextId = 1; in HWTEST_F() 916 msg->contextId = 1; in HWTEST_F() 931 msg->contextId = 1; in HWTEST_F() 949 msg->contextId = 1; in HWTEST_F()
|
H A D | wfd_source_scene_test.cpp | 50 connectionInfo.contextId = sourceScene_->connDev_->contextId; in BackupConnDev() 58 sourceScene_->connDev_->contextId = connectionInfo.contextId; in RestoreConnDev()
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | event_comm.h | 214 uint32_t contextId = INVALID_ID; member
|