/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.12/ |
H A D | changelog-screenlock.md | 129 ## 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 D | changelog-screenlock.md | 129 ## 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 D | changelogs-screenlock.md | 129 ## 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 D | changelogs-screenlock.md | 129 ## 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 D | changelog-screenlock.md | 129 ## 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 D | changelog-screenlock.md | 129 ## cl.screenlock.2 isSecure接口废弃变更 141 function isSecure(): boolean; 147 function isSecure(): boolean;
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | av_hardware_memory.cpp | 38 … 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 D | avallocator.h | 108 bool isSecure = false);
|
/ohos5.0/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);
|
/ohos5.0/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 … = OH_VideoDecoder_SetDecryptionConfig(codec_, mediaKeySystemMock->GetMediaKeySession(), isSecure); in SetVideoDecryptionConfig()
|
/ohos5.0/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 | 274 void XComponentModelNG::EnableSecure(bool isSecure) in EnableSecure() argument 280 xcPattern->EnableSecure(isSecure); in EnableSecure()
|
H A D | xcomponent_pattern.h | 326 void EnableSecure(bool isSecure);
|
H A D | xcomponent_pattern.cpp | 2027 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 D | ts-basic-components-xcomponent.md | 119 enableSecure(isSecure: boolean) 131 | isSecure | boolean | 是 | 是否开启隐私图层模式。 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-theme.md | 71 - isSecure(): boolean;
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-theme.md | 71 - isSecure(): boolean;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent.cpp | 734 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 D | napi_webview_controller.h | 54 bool isSecure; member
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-xcomponent.md | 119 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 D | js-apidiff-misc.md | 16 |删除|模块名: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 D | render_context.h | 283 virtual void SetSecurityLayer(bool isSecure) {} in SetSecurityLayer() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 272 void SetSecurityLayer(bool isSecure) override;
|