Home
last modified time | relevance | path

Searched refs:isSecure (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp48 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 Dhcodec_list.h40 bool supportPassthrough = false, bool isSecure = false);
/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davallocator.h108 bool isSecure = false);
/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c34 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 Dav_hardware_memory.cpp38 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 Dxcomponent_model.h83 virtual void EnableSecure(bool isSecure) {} in EnableSecure() argument
H A Dxcomponent_model_ng.h60 void EnableSecure(bool isSecure) override;
H A Dxcomponent_model_ng.cpp270 void XComponentModelNG::EnableSecure(bool isSecure) in EnableSecure() argument
276 xcPattern->EnableSecure(isSecure); in EnableSecure()
H A Dxcomponent_pattern.h326 void EnableSecure(bool isSecure);
H A Dxcomponent_pattern.cpp2015 void XComponentPattern::EnableSecure(bool isSecure) in EnableSecure() argument
2021 renderContextForSurface_->SetSecurityLayer(isSecure); in EnableSecure()
/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dwrapper_br_interface.h47 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 Dvideodec_capi_mock.cpp287 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 Djs_xcomponent.cpp692 // 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 Drender_context.h285 virtual void SetSecurityLayer(bool isSecure) {} in SetSecurityLayer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h272 void SetSecurityLayer(bool isSecure) override;
H A Drosen_render_context.cpp5208 void RosenRenderContext::SetSecurityLayer(bool isSecure) argument
5213 rsSurfaceNode->SetSecurityLayer(isSecure);
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_decoder_avbuffer_capi_unit_test.cpp2904 bool isSecure = false; in HWTEST_F() local
2905 int32_t ret = OH_AudioCodec_SetDecryptionConfig(audioDec_, mediaKeySystemMock->GetMediaKeySession(), isSecure); in HWTEST_F()

Completed in 34 milliseconds