Home
last modified time | relevance | path

Searched refs:isSecure (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.12/
H A Dchangelog-screenlock.md129 ## cl.screenlock.2 Deprecation of isSecure
130 Deprecated the **isSecure** API since API version 9.
141 function isSecure(): boolean;
147 function isSecure(): boolean;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.5.3/
H A Dchangelog-screenlock.md129 ## cl.screenlock.2 Deprecation of isSecure
130 Deprecated the **isSecure** API since API version 9.
141 function isSecure(): boolean;
147 function isSecure(): boolean;
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-screenlock.md129 ## cl.screenlock.2 Deprecation of isSecure
130 Deprecated the **isSecure** API since API version 9.
141 function isSecure(): boolean;
147 function isSecure(): boolean;
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-screenlock.md129 ## cl.screenlock.2 isSecure接口废弃变更
141 function isSecure(): boolean;
147 function isSecure(): boolean;
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.12/
H A Dchangelog-screenlock.md129 ## cl.screenlock.2 isSecure接口废弃变更
141 function isSecure(): boolean;
147 function isSecure(): boolean;
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.5.3/
H A Dchangelog-screenlock.md129 ## cl.screenlock.2 isSecure接口废弃变更
141 function isSecure(): boolean;
147 function isSecure(): boolean;
/ohos5.0/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()
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_hardware_memory.cpp38 … MemoryFlag memFlag, bool isSecure) in CreateHardwareAllocator() argument
45 allocator->isSecure_ = isSecure; in CreateHardwareAllocator()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davallocator.h108 bool isSecure = false);
/ohos5.0/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);
/ohos5.0/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 … = OH_VideoDecoder_SetDecryptionConfig(codec_, mediaKeySystemMock->GetMediaKeySession(), isSecure); in SetVideoDecryptionConfig()
/ohos5.0/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.cpp274 void XComponentModelNG::EnableSecure(bool isSecure) in EnableSecure() argument
280 xcPattern->EnableSecure(isSecure); in EnableSecure()
H A Dxcomponent_pattern.h326 void EnableSecure(bool isSecure);
H A Dxcomponent_pattern.cpp2027 void XComponentPattern::EnableSecure(bool isSecure) in EnableSecure() argument
2033 renderContextForSurface_->SetSecurityLayer(isSecure); in EnableSecure()
2034 isEnableSecure_ = isSecure; in EnableSecure()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md119 enableSecure(isSecure: boolean)
131 | isSecure | boolean | 是 | 是否开启隐私图层模式。 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-theme.md71 - isSecure(): boolean;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-theme.md71 - isSecure(): boolean;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp734 bool isSecure = args[0]->ToBoolean(); in JsEnableSecure() local
735 XComponentModel::GetInstance()->EnableSecure(isSecure); in JsEnableSecure()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h54 bool isSecure; member
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md119 enableSecure(isSecure: boolean)
131 | isSecure | boolean | Yes | Whether to enable the secure surface.|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-misc.md16 |删除|模块名:ohos.screenLock<br>类名:screenLock<br>方法 or 属性:function isSecure(): boolean;|NA|@ohos.screenL…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h283 virtual void SetSecurityLayer(bool isSecure) {} in SetSecurityLayer() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h272 void SetSecurityLayer(bool isSecure) override;

12