Home
last modified time | relevance | path

Searched refs:sensitive (Results 1 – 25 of 131) sorted by relevance

123456

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsensitive.cpp79 Sensitive::Sensitive(const Sensitive &sensitive) in Sensitive() argument
81 this->operator=(sensitive); in Sensitive()
84 Sensitive &Sensitive::operator=(const Sensitive &sensitive) in operator =() argument
86 if (this == &sensitive) { in operator =()
89 deviceId = sensitive.deviceId; in operator =()
90 securityLevel = sensitive.securityLevel; in operator =()
94 Sensitive::Sensitive(Sensitive &&sensitive) noexcept in Sensitive() argument
96 this->operator=(std::move(sensitive)); in Sensitive()
101 if (this == &sensitive) { in operator =()
104 deviceId = std::move(sensitive.deviceId); in operator =()
[all …]
H A Dsensitive.h30 Sensitive(const Sensitive &sensitive);
31 Sensitive &operator=(const Sensitive &sensitive);
32 Sensitive(Sensitive &&sensitive) noexcept;
33 Sensitive &operator=(Sensitive &&sensitive) noexcept;
H A Dsecurity.cpp98 Sensitive sensitive = GetSensitiveByUuid(deviceId); in CheckDeviceSecurityAbility() local
99 return (sensitive >= option); in CheckDeviceSecurityAbility()
187 Sensitive sensitive(udid); in GetSensitiveByUuid() local
188 auto level = sensitive.GetDeviceSecurityLevel(); in GetSensitiveByUuid()
191 devicesUdid_.Insert(uuid, sensitive); in GetSensitiveByUuid()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-screenLockFileManager.md3sensitive data are destroyed, preventing any read or write operations on that data. These keys can…
17 Enumerates the statuses available for access to sensitive data on the lock screen.
23 | ACCESS_DENIED | -1 | Denies access to sensitive data on the lock screen.|
24 | ACCESS_GRANTED | 0 | Allows access to sensitive data on the lock screen. |
29 Enumerates the types of operations used to revoke the permission to access sensitive data on the lo…
35 | RELEASE_DENIED | -1 | Revokes the permission that denies access to sensitive data on the lock sc…
36 | RELEASE_GRANTED | 0 | Revokes the permission that allows access to sensitive data on the lock …
42sensitive data on the lock screen. This API returns the result synchronously. Generally sensitive
66 // Request the permission to access sensitive data on the lock screen.
86 Revokes the permission to access sensitive data on the lock screen. This API returns the result syn…
[all …]
H A Derrorcode-screenLockFileManager.md47 …rmissions.md#declaring-permissions-in-the-configuration-file) to enable sensitive data access mana…
48 2. The device does not support sensitive data access management on the lock screen.
52 …rmissions.md#declaring-permissions-in-the-configuration-file) to enable sensitive data access mana…
63 The permission to access sensitive data on the lock screen has been revoked.
67 …lock screen. If necessary, ask the user to unlock the screen again. The sensitive data can be used…
78 The permission to access sensitive data on the lock screen is not requested.
82 Ensure that the permission to access sensitive data on the lock screen is requested before calling …
H A Djs-apis-screenLockFileManager-sys.md3sensitive data are destroyed, preventing any read or write operations on that data. These keys can…
18 Enumerates the types of sensitive data that can be accessed on the lock screen.
33sensitive data on the lock screen. This API returns the result synchronously. Generally, sensitive
45 | dataType | [DataType](#datatype) | Yes | Type of sensitive data that is accessible on the lock s…
91 Revokes the permission to access a specified type of sensitive data on the lock screen. This API re…
103 | dataType | [DataType](#datatype) | Yes | Type of sensitive data that is accessible on the lock s…
109 …status) | Type of the operation used to revoke the permission to access sensitive data on the lock…
H A Djs-apis-privacyManager-sys.md563 Obtains information about how a sensitive permission is used by an application.
573 … of the application that uses the sensitive permission. If this parameter is left empty, this API …
574 …o | Name of the sensitive permission used. If this parameter is left blank, this API obtains the …
713 …PermissionUsedType](#permissionusedtype12) | Yes| No | Means for using the sensitive permission.|
742 Enumerates the means for using a sensitive permission.
748 | NORMAL_TYPE | 0 | The sensitive permission is used after authorization through a dia…
750 | SECURITY_COMPONENT_TYPE | 2 | The sensitive permission is used through a security component, whi…
760 … | number | Yes | No | ID of the application that uses the sensitive permission.|
761 | permissionName | Permissions | Yes | No | Name of the sensitive permission.|
762 …PermissionUsedType](#permissionusedtype12) | Yes| No | Means for using the sensitive permission.|
[all …]
/ohos5.0/base/security/access_token/services/privacymanager/
H A DBUILD.gn55 "include/sensitive",
56 "include/sensitive/audio_manager/",
57 "include/sensitive/camera_manager/",
88 "src/sensitive/audio_manager/audio_manager_privacy_client.cpp",
89 "src/sensitive/audio_manager/audio_manager_privacy_death_recipient.cpp",
90 "src/sensitive/audio_manager/audio_manager_privacy_proxy.cpp",
91 "src/sensitive/camera_manager/camera_manager_privacy_client.cpp",
92 "src/sensitive/camera_manager/camera_manager_privacy_death_recipient.cpp",
93 "src/sensitive/camera_manager/camera_manager_privacy_proxy.cpp",
/ohos5.0/base/security/access_token/test/fuzztest/services/privacy/
H A Dprivacy_service_fuzz.gni30 "${access_token_path}/services/privacymanager/include/sensitive",
31 "${access_token_path}/services/privacymanager/include/sensitive/audio_manager/",
32 "${access_token_path}/services/privacymanager/include/sensitive/camera_manager/",
87 …"${access_token_path}/services/privacymanager/src/sensitive/audio_manager/audio_manager_privacy_cl…
88 …"${access_token_path}/services/privacymanager/src/sensitive/audio_manager/audio_manager_privacy_de…
89 …"${access_token_path}/services/privacymanager/src/sensitive/audio_manager/audio_manager_privacy_pr…
90 …"${access_token_path}/services/privacymanager/src/sensitive/camera_manager/camera_manager_privacy_…
91 …"${access_token_path}/services/privacymanager/src/sensitive/camera_manager/camera_manager_privacy_…
92 …"${access_token_path}/services/privacymanager/src/sensitive/camera_manager/camera_manager_privacy_…
/ohos5.0/base/security/access_token/services/privacymanager/test/coverage/
H A DBUILD.gn49 "${access_token_path}/services/privacymanager/include/sensitive/audio_manager",
50 "${access_token_path}/services/privacymanager/include/sensitive/camera_manager",
67 "../../src/sensitive/audio_manager/audio_manager_privacy_client.cpp",
68 "../../src/sensitive/audio_manager/audio_manager_privacy_death_recipient.cpp",
69 "../../src/sensitive/audio_manager/audio_manager_privacy_proxy.cpp",
70 "../../src/sensitive/camera_manager/camera_manager_privacy_client.cpp",
71 "../../src/sensitive/camera_manager/camera_manager_privacy_death_recipient.cpp",
72 "../../src/sensitive/camera_manager/camera_manager_privacy_proxy.cpp",
/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/
H A DBUILD.gn49 "${access_token_path}/services/privacymanager/include/sensitive/audio_manager",
50 "${access_token_path}/services/privacymanager/include/sensitive/camera_manager",
69 "../../src/sensitive/audio_manager/audio_manager_privacy_client.cpp",
70 "../../src/sensitive/audio_manager/audio_manager_privacy_death_recipient.cpp",
71 "../../src/sensitive/audio_manager/audio_manager_privacy_proxy.cpp",
72 "../../src/sensitive/camera_manager/camera_manager_privacy_client.cpp",
73 "../../src/sensitive/camera_manager/camera_manager_privacy_death_recipient.cpp",
74 "../../src/sensitive/camera_manager/camera_manager_privacy_proxy.cpp",
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/privacy_sensitive/
H A Dprivacy_sensitive_manager.h52 void TriggerFrameNodesSensitive(bool sensitive) in TriggerFrameNodesSensitive() argument
66 sensitiveNode->ChangeSensitiveStyle(sensitive); in TriggerFrameNodesSensitive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.h33 RefPtr<ImageOverlayModifier> imageOverlayModifier = nullptr, bool sensitive = false, in DECLARE_ACE_TYPE()
36 sensitive_(sensitive), interpolationDefault_(interpolation) in DECLARE_ACE_TYPE()
H A Dimage_paint_method.cpp148 auto sensitive = sensitive_; in GetContentDrawFunction() local
149 return [imagePainter, contentSize, sensitive](RSCanvas& canvas) { in GetContentDrawFunction()
150 if (!sensitive) { in GetContentDrawFunction()
/ohos5.0/docs/en/application-dev/application-models/
H A Dapplication-context-stage.md225 - EL2: For sensitive files, such as personal privacy data, the application can place them in a dire…
242 // Before storing sensitive information, switch the encryption level to EL2.
244 // Store sensitive information.
246 // Before storing sensitive information, switch the encryption level to EL3.
248 // Store sensitive information.
250 // Before storing sensitive information, switch the encryption level to EL4.
252 // Store sensitive information.
254 // Before storing sensitive information, switch the encryption level to EL5.
256 // Store sensitive information.
296 // Before storing sensitive information, switch the encryption level to EL2.
[all …]
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-security-design-guide.md71 3-7 Do not use private keys to encrypt sensitive data when asymmetric encryption is used for protec…
151 …dentials and salt values) can be used in scenarios where performance is sensitive and the security…
159 4-3 If sensitive data needs to be transmitted over untrusted networks, ensure that sensitive data i…
161sensitive data, use appropriate security mechanisms (such as authentication, authorization, or enc…
214 **Description**: Precise location information is very sensitive, and is not needed in troubleshooti…
234sensitive data | The scope of sensitive data varies with product application scenarios, and…
235 | 8 | sensitive personal data | An important subset of personal data, referring to the info…
/ohos5.0/docs/en/device-dev/security/
H A Dsecurity-privacy-protection.md18sensitive: bank card number, identification number, passport number, and passwords. More strict pr…
40 - Processing of sensitive personal data
81 … be obtained from the data subject before your product attempts to collect sensitive personal data.
120 - When applying for sensitive permissions, adhere to permission minimization and apply for only the…
122 … collected for any function irrelevant to user operations. For example, sensitive personal data, s…
123 - Printing sensitive personal data in logs is prohibited. If common personal data needs to be print…
130sensitive permission, your product shall display a pop-up dialog to notify the user of the request…
132 **Figure 7** Example dialog for requesting a sensitive permission
134 ![](figures/sensitive-permission-request.png)
173 …ition, and irises) and user passwords involved in security products are sensitive personal data. T…
/ohos5.0/base/security/asset/
H A DREADME.md5 The asset store service (ASSET) provides secure storage and management of sensitive data less than …
18 …yption, and access control in a secure environment (such as a TEE). The sensitive user data will n…
22 …kly integrate system-wide encrypted storage and access control mechanisms for short sensitive data.
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/
H A DBUILD.gn49 "main/cpp/include/sensitive",
60 "main/cpp/src/sensitive/sandbox_manager_event_subscriber.cpp",
/ohos5.0/base/accesscontrol/sandbox_manager/test/fuzztest/services/sandbox_manager/
H A Dsandbox_manager_service_fuzz.gni22 "${sandbox_manager_path}/services/sandbox_manager/main/cpp/include/sensitive",
39 …"${sandbox_manager_path}/services/sandbox_manager/main/cpp/src/sensitive/sandbox_manager_event_sub…
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/test/
H A DBUILD.gn20 "../main/cpp/src/sensitive/sandbox_manager_event_subscriber.cpp",
46 "${sandbox_manager_path}/services/sandbox_manager/main/cpp/include/sensitive",
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md207sensitive scenarios, the GC trigger threshold of the JS thread is temporarily adjusted to the maxi…
224 Mark performance-sensitive scenarios. When entering or exiting a performance-sensitive scenario, ma…
274 …tus**: specifies whether it is a sensitive scenario. The options are **1** (sensitive scenario) an…
295 …te is lower than the preset value, full GC is triggered. In performance-sensitive scenarios, full …
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-rightmanagement.md6 … by third-party applications to sensitive permissions. When developing an application, you need to…
33 When developing a system application that requires a sensitive permission, you can call the corresp…
55 …lication permission development. Before you start, declare the required sensitive permissions in t…
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/
H A Dasset-store-kit-overview.md3 … service (ASSET) APIs, which implement secure storage and management of sensitive data less than 1…
7 …yption, and access control in a secure environment (such as a TEE). The sensitive user data will n…
52 Asset Store Kit provides secure storage of sensitive data less than 1 KB in size. To protect data g…
/ohos5.0/docs/en/application-dev/database/
H A Ddata-reliability-security-overview.md9 - Database encryption: The database that stores sensitive information, such as authentication crede…
13 - EL5 database: The database in the **el5/** directory stores sensitive user information. To protec…

123456