/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_list.cpp | 48 static bool DecideMode(bool supportPassthrough, bool isSecure) in DecideMode() argument 59 if (isSecure) { in DecideMode() 74 sptr<ICodecComponentManager> GetManager(bool getCap, bool supportPassthrough, bool isSecure) in GetManager() argument 77 bool isPassthrough = getCap ? true : DecideMode(supportPassthrough, isSecure); in GetManager()
|
H A D | hcodec_list.h | 40 bool supportPassthrough = false, bool isSecure = false);
|
/foundation/multimedia/media_foundation/interface/inner_api/buffer/ |
H A D | avallocator.h | 108 bool isSecure = false);
|
/foundation/communication/dsoftbus/core/adapter/br/mock/ |
H A D | wrapper_br_interface.c | 34 static int32_t OpenSppServer(const char *name, int32_t nameLen, const char *uuid, int32_t isSecure) in OpenSppServer() argument 40 (void)isSecure; in OpenSppServer()
|
/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | av_hardware_memory.cpp | 38 MemoryFlag memFlag, bool isSecure) in CreateHardwareAllocator() 45 allocator->isSecure_ = isSecure; in CreateHardwareAllocator() 37 CreateHardwareAllocator(int32_t fd, int32_t capacity, MemoryFlag memFlag, bool isSecure) CreateHardwareAllocator() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_model.h | 83 virtual void EnableSecure(bool isSecure) {} in EnableSecure() argument
|
H A D | xcomponent_model_ng.h | 60 void EnableSecure(bool isSecure) override;
|
H A D | xcomponent_model_ng.cpp | 270 void XComponentModelNG::EnableSecure(bool isSecure) in EnableSecure() argument 276 xcPattern->EnableSecure(isSecure); in EnableSecure()
|
H A D | xcomponent_pattern.h | 326 void EnableSecure(bool isSecure);
|
H A D | xcomponent_pattern.cpp | 2015 void XComponentPattern::EnableSecure(bool isSecure) in EnableSecure() argument 2021 renderContextForSurface_->SetSecurityLayer(isSecure); in EnableSecure()
|
/foundation/communication/dsoftbus/core/adapter/br/include/ |
H A D | wrapper_br_interface.h | 47 int32_t (*OpenSppServer)(const char *name, int32_t nameLen, const char *uuid, int32_t isSecure);
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 287 bool isSecure = false; in SetVideoDecryptionConfig() local 288 int32_t ret = OH_VideoDecoder_SetDecryptionConfig(codec_, mediaKeySystemMock->GetMediaKeySession(), isSecure); in SetVideoDecryptionConfig()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent.cpp | 692 // set isSecure on SurfaceNode when type is SURFACE in JsEnableSecure() 694 bool isSecure = args[0]->ToBoolean(); in JsEnableSecure() local 695 XComponentModel::GetInstance()->EnableSecure(isSecure); in JsEnableSecure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 285 virtual void SetSecurityLayer(bool isSecure) {} in SetSecurityLayer() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 272 void SetSecurityLayer(bool isSecure) override;
|
H A D | rosen_render_context.cpp | 5208 void RosenRenderContext::SetSecurityLayer(bool isSecure) argument 5213 rsSurfaceNode->SetSecurityLayer(isSecure);
|
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_avbuffer_capi_unit_test.cpp | 2904 bool isSecure = false; in HWTEST_F() local 2905 int32_t ret = OH_AudioCodec_SetDecryptionConfig(audioDec_, mediaKeySystemMock->GetMediaKeySession(), isSecure); in HWTEST_F()
|