Home
last modified time | relevance | path

Searched refs:privacy (Results 1 – 25 of 194) sorted by relevance

12345678

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_superprivacy_control_manager.cpp121 int32_t privacy = SuperPrivacyManagerClient::GetInstance(). in CloseSuperPrivacyMode() local
123 TELEPHONY_LOGE("CloseSuperPrivacyMode privacy:%{public}d", privacy); in CloseSuperPrivacyMode()
124 return privacy; in CloseSuperPrivacyMode()
130 int32_t privacy = CloseSuperPrivacyMode(); in CloseCallSuperPrivacyMode() local
131 TELEPHONY_LOGE("CloseCallSuperPrivacyMode privacy:%{public}d", privacy); in CloseCallSuperPrivacyMode()
132 if (privacy == SUPER_PRIVACY_MODE_REQUEST_SUCCESS) { in CloseCallSuperPrivacyMode()
150 int32_t privacy = CloseSuperPrivacyMode(); in CloseAnswerSuperPrivacyMode() local
151 TELEPHONY_LOGE("CloseAnswerSuperPrivacyMode privacy:%{public}d", privacy); in CloseAnswerSuperPrivacyMode()
152 if (privacy == SUPER_PRIVACY_MODE_REQUEST_SUCCESS) { in CloseAnswerSuperPrivacyMode()
169 int32_t privacy = SuperPrivacyManagerClient::GetInstance(). in RestoreSuperPrivacyMode() local
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-display-sys.md21privacy window on a display. The privacy window can be set by calling [setWindowPrivacyMode()](js-…
37 …n | Whether there is a visible privacy window on the display.<br>The value **true** means that the…
81privacy mode changes of this display. When there is a privacy window in the foreground of the disp…
91 …type. The value is fixed at **'privateModeChange'**, indicating that the privacy mode of the displ…
92 …d to return whether the privacy mode of the display is changed. The value **true** means that the …
122privacy mode changes of this display. When there is a privacy window in the foreground of the disp…
132 …type. The value is fixed at **'privateModeChange'**, indicating that the privacy mode of the displ…
133 …d to return whether the privacy mode of the display is changed. The value **true** means that the …
/ohos5.0/base/security/access_token/
H A DCODEOWNERS19 frameworks/privacy/include/privacy_active_change_ipc_interface_code.h @leonchan5
20 frameworks/privacy/include/privacy_am_service_ipc_interface_code.h @leonchan5
21 frameworks/privacy/include/privacy_service_ipc_interface_code.h @leonchan5
22 frameworks/privacy/include/privacy_state_change_ipc_interface_code.h @leonchan5
24 interfaces/innerkits/privacy/include/privacy_permission_record_ipc_interface_code.h @leonchan5
H A DREADME_zh.md32 │ ├── privacy # privacy管理框架代码存放目录
38 │ │ ├── privacy # privacy内部接口代码存放目录
45 │ │ └── privacy # privacy信息外部接口代码存放目录
48 ├── privacymanager # privacy管理服务代码存放目录
H A DBUILD.gn27 "interfaces/innerkits/privacy/test:unittest",
58 "test/fuzztest/innerkits/privacy:fuzztest",
60 "test/fuzztest/services/privacy:fuzztest",
H A DREADME.md24 │ ├── privacy # Code of the privacy framework.
30 │ │ ├── privacy # Code of the internal privacy interfaces.
37 │ │ └── privacy # Code of the external privacy interfaces.
/ohos5.0/docs/en/device-dev/security/
H A Dsecurity-privacy-protection.md69 > For details about the definitions of privacy protection and data classification, see GDPR.
79 - Develop specific privacy processing policies for personal data at different levels.
86 …mples for your reference. The figures below are examples of a privacy notice and a privacy stateme…
88 **Figure 1** Example of a privacy notice
90 ![](figures/privacy-notice.png)
92 **Figure 2** Example of a privacy statement
94 ![](figures/privacy-statement.png)
98 **Figure 3** Example dialog showing a privacy notice or statement update
100 ![](figures/privacy-statement-update.png)
112 **Figure 6** Example of About page providing an entry to the privacy statement
[all …]
/ohos5.0/docs/zh-cn/application-dev/security/SecurityPrivacyCenter/
H A Dauto-menu-guidelines.md44 在module.json5文件的“ skill ”标签中,配置隐私中心的action值`"action.access.privacy.center"`。
50 "action.access.privacy.center"
58 在module.json5文件的“ metadata ”标签中,新增“ name ”为“ metadata.access.privacy.center ”、“ value ”为元数据json文件名称…
81 "action.access.privacy.center"
87 "name": 'metadata.access.privacy.center',
103 "action.access.privacy.center"
109 "name": 'metadata.access.privacy.center',
/ohos5.0/base/security/access_token/test/fuzztest/services/privacy/registerpermactivestatuscallbackstub_fuzzer/
H A DBUILD.gn39 "${access_token_path}/interfaces/innerkits/privacy/src/perm_active_status_change_callback.cpp",
40 …"${access_token_path}/interfaces/innerkits/privacy/src/perm_active_status_change_callback_stub.cpp…
41 "${access_token_path}/interfaces/innerkits/privacy/src/perm_active_status_customized_cbk.cpp",
50 deps += [ "${access_token_path}/interfaces/innerkits/privacy:libprivacy_sdk" ]
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/
H A DBUILD.gn33 "${access_token_path}/frameworks/privacy/include",
36 "${access_token_path}/interfaces/innerkits/privacy/include",
56 "${access_token_path}/frameworks/privacy:privacy_communication_adapter_cxx",
59 "${access_token_path}/interfaces/innerkits/privacy:libprivacy_sdk",
92 "${access_token_path}/frameworks/privacy/include",
120 "${access_token_path}/frameworks/privacy:privacy_communication_adapter_cxx",
/ohos5.0/base/security/access_token/services/privacymanager/
H A DBUILD.gn17 ohos_prebuilt_etc("privacy.rc") {
18 source = "privacy.cfg"
58 "${access_token_path}/frameworks/privacy/include",
61 "${access_token_path}/interfaces/innerkits/privacy/include",
62 "${access_token_path}/interfaces/innerkits/privacy/src",
110 "${access_token_path}/frameworks/privacy:privacy_communication_adapter_cxx",
114 "${access_token_path}/services/privacymanager:privacy.rc",
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp156 int privacy = baseJsonInfo[PRIVACY].asInt(); in ParseBaseConfig() local
157 baseInfo.privacy = privacy > 0 ? static_cast<uint8_t>(privacy) : baseInfo.privacy; in ParseBaseConfig()
/ohos5.0/base/security/access_token/frameworks/test/unittest/
H A DBUILD.gn20 "${access_token_path}/interfaces/innerkits/privacy/include",
23 "../../privacy/include",
52 "../../privacy:privacy_communication_adapter_cxx",
/ohos5.0/base/security/access_token/test/fuzztest/services/privacy/startusingpermissioncallbackstub_fuzzer/
H A DBUILD.gn38 "${access_token_path}/interfaces/innerkits/privacy/src/state_change_callback.cpp",
39 "${access_token_path}/interfaces/innerkits/privacy/src/state_change_callback_stub.cpp",
40 "${access_token_path}/interfaces/innerkits/privacy/src/state_customized_cbk.cpp",
/ohos5.0/base/security/access_token/test/fuzztest/services/privacy/unregisterpermactivestatuscallbackstub_fuzzer/
H A DBUILD.gn39 "${access_token_path}/interfaces/innerkits/privacy/src/perm_active_status_change_callback.cpp",
40 …"${access_token_path}/interfaces/innerkits/privacy/src/perm_active_status_change_callback_stub.cpp…
41 "${access_token_path}/interfaces/innerkits/privacy/src/perm_active_status_customized_cbk.cpp",
/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/
H A DBUILD.gn26 "${access_token_path}/frameworks/privacy/include",
28 "${access_token_path}/interfaces/innerkits/privacy/include",
40 "${access_token_path}/interfaces/innerkits/privacy:libprivacy_sdk",
/ohos5.0/base/security/access_token/services/privacymanager/test/coverage/
H A DBUILD.gn31 "${access_token_path}/frameworks/privacy/include",
33 "${access_token_path}/interfaces/innerkits/privacy/include",
34 "${access_token_path}/interfaces/innerkits/privacy/src",
85 "${access_token_path}/frameworks/privacy:privacy_communication_adapter_cxx",
88 "${access_token_path}/interfaces/innerkits/privacy:libprivacy_sdk",
/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/
H A DBUILD.gn31 "${access_token_path}/frameworks/privacy/include",
33 "${access_token_path}/interfaces/innerkits/privacy/include",
34 "${access_token_path}/interfaces/innerkits/privacy/src",
89 "${access_token_path}/frameworks/privacy:privacy_communication_adapter_cxx",
92 "${access_token_path}/interfaces/innerkits/privacy:libprivacy_sdk",
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-uiExtensionContentSession.md310 Sets whether the window is in privacy mode. A window in privacy mode cannot be captured or recorded…
320 …| boolean | Yes| Whether the window is in privacy mode. The value **true** means that the window i…
351 console.info(`Successed in setting window to privacy mode.`);
354 … console.error(`Failed to set window to privacy mode, code: ${err.code}, msg: ${err.message}`);
359 console.error(`Failed to set window to privacy mode, code: ${code}, msg: ${msg}`);
371 Sets whether the window is in privacy mode. A window in privacy mode cannot be captured or recorded…
381 … | Yes| Whether the window is in privacy mode. The value **true** means that the window i…
407 … console.error(`Failed to set window to privacy mode, code: ${err.code}, msg: ${err.message}`);
410 console.info(`Successed in setting window to privacy mode.`);
415 console.error(`Failed to set window to privacy mode, code: ${code}, msg: ${msg}`);
/ohos5.0/base/security/access_token/services/common/test/
H A DBUILD.gn30 "${access_token_path}/frameworks/privacy/include",
45 "${access_token_path}/frameworks/privacy:privacy_communication_adapter_cxx",
48 "${access_token_path}/interfaces/innerkits/privacy:libprivacy_sdk",
/ohos5.0/docs/en/application-dev/security/SecurityPrivacyCenter/
H A Dauto-menu-guidelines.md44 In the **module.json5** file, set the **actions** field under **skills** to **action.access.privacy
50 "action.access.privacy.center"
58 … and **value** under **metadata**, and set **name** to **metadata.access.privacy.center** and **va…
80 "action.access.privacy.center"
86 "name": 'metadata.access.privacy.center',
102 "action.access.privacy.center"
108 "name": 'metadata.access.privacy.center',
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-window.md47 … console.error('Failed to set the window to privacy mode. Cause:' + JSON.stringify(err));
50 console.info('Succeeded in setting the window to privacy mode.');
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Devent_json_parser_test.cpp62 ASSERT_EQ(configBaseInfo.privacy, TEST_PRIVACY);
69 ASSERT_EQ(configBaseInfo.privacy, DEFAULT_PRIVACY);
/ohos5.0/base/security/access_token/test/fuzztest/services/privacy/
H A Dprivacy_service_fuzz.gni19 "${access_token_path}/frameworks/privacy/include",
22 "${access_token_path}/interfaces/innerkits/privacy/include",
23 "${access_token_path}/interfaces/innerkits/privacy/src",
46 "${access_token_path}/frameworks/privacy:privacy_communication_adapter_cxx",
/ohos5.0/base/security/access_token/services/common/app_manager/
H A DBUILD.gn29 "${access_token_path}/frameworks/privacy/include",
31 "${access_token_path}/interfaces/innerkits/privacy/include",

12345678