/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/bms_test/ |
H A D | bundle_info_query_test.cpp | 75 std::string fingerprint = FINGERPRINT; variable 76 ASSERT_TRUE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 88 std::string fingerprint = FINGERPRINT; variable 89 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 106 std::string fingerprint = FINGERPRINT; variable 107 ASSERT_FALSE(BundleInfoQuery::GetBundleInfo(bundleName, appIdentifier, fingerprint)); 118 std::string fingerprint = FINGERPRINT; variable 131 std::string fingerprint = FINGERPRINT; variable 146 std::string fingerprint = FINGERPRINT; variable 161 std::string fingerprint = FINGERPRINT; variable [all …]
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/verifier/ |
H A D | domain_json_util_test.cpp | 89 assetJsonsStr = R"({"applinking":{"apps":[{"bundleName":1,"fingerprint":1}]}})"; 93 assetJsonsStr = R"({"applinking":{"apps":[{"appIdentifier":1,"fingerprint":1}]}})"; 101 …assetJsonsStr = R"({"applinking":{"apps":[{"bundleName":"bundleName","fingerprint":"fingerprint"}]… 105 …Str = R"({"applinking":{"apps":[{"appIdentifier":"appIdentifier","fingerprint":"fingerprint"}]}})"; 113 … assetJsonsStr = R"({"applinking":{"apps":[{"appIdentifier":1,"bundleName":1,"fingerprint":1}]}})"; 118 …pps":[{"appIdentifier":"appIdentifier","bundleName":"bundleName","fingerprint":"fingerprint"}]}})";
|
H A D | domain_verifier_test.cpp | 89 appVerifyBaseInfo.fingerprint = FINGERPRINT; 94 appVerifyBaseInfo.fingerprint = FINGERPRINT; 242 appVerifyBaseInfo.fingerprint = ""; 243 appVerifyBaseInfoInApp.fingerprint = ""; 250 appVerifyBaseInfoInApp.fingerprint = FINGERPRINT; 251 appVerifyBaseInfo.fingerprint = ""; 258 appVerifyBaseInfoInApp.fingerprint = FINGERPRINT; 259 appVerifyBaseInfo.fingerprint = "test"; 266 appVerifyBaseInfoInApp.fingerprint = FINGERPRINT; 267 appVerifyBaseInfo.fingerprint = FINGERPRINT; [all …]
|
/ohos5.0/drivers/interface/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines fingerprint auth driver enumeration and data structure, including AuthType, Execu… 50 FINGERPRINT = 4, /**< Indicates authentication type is fingerprint. */ 101 …FINGERPRINT_AUTH_TIP_INSUFFICIENT = 2, /**< Indicates that only a partial fingerprint image is det… 102 …FINGERPRINT_AUTH_TIP_PARTIAL = 3, /**< Indicates that only a partial fingerprint image is detected… 103 …FINGERPRINT_AUTH_TIP_TOO_FAST = 4, /**< Indicates that the fingerprint image is incomplete due to … 104 …FINGERPRINT_AUTH_TIP_TOO_SLOW = 5, /**< Indicates that the fingerprint image is unreadable due to … [all …]
|
H A D | IFingerprintAuthInterface.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines the get executor list API of the fingerprint auth driver. This API can be used to… 44 * @brief Defines the get executor list API of the fingerprint auth driver.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_0/foo/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines fingerprint auth driver enumeration and data structure, including AuthType, Execu… 50 FINGERPRINT = 4, /**< Indicates authentication type is fingerprint. */ 101 …FINGERPRINT_AUTH_TIP_INSUFFICIENT = 2, /**< Indicates that only a partial fingerprint image is det… 102 …FINGERPRINT_AUTH_TIP_PARTIAL = 3, /**< Indicates that only a partial fingerprint image is detected… 103 …FINGERPRINT_AUTH_TIP_TOO_FAST = 4, /**< Indicates that the fingerprint image is incomplete due to … 104 …FINGERPRINT_AUTH_TIP_TOO_SLOW = 5, /**< Indicates that the fingerprint image is unreadable due to … [all …]
|
H A D | IFingerprintAuthInterface.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines the get executor list API of the fingerprint auth driver. This API can be used to… 44 * @brief Defines the get executor list API of the fingerprint auth driver.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/foo/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines fingerprint auth driver enumeration and data structure, including AuthType, Execu… 50 FINGERPRINT = 4, /**< Indicates authentication type is fingerprint. */ 101 …FINGERPRINT_AUTH_TIP_INSUFFICIENT = 2, /**< Indicates that only a partial fingerprint image is det… 102 …FINGERPRINT_AUTH_TIP_PARTIAL = 3, /**< Indicates that only a partial fingerprint image is detected… 103 …FINGERPRINT_AUTH_TIP_TOO_FAST = 4, /**< Indicates that the fingerprint image is incomplete due to … 104 …FINGERPRINT_AUTH_TIP_TOO_SLOW = 5, /**< Indicates that the fingerprint image is unreadable due to … [all …]
|
H A D | IFingerprintAuthInterface.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines the get executor list API of the fingerprint auth driver. This API can be used to… 44 * @brief Defines the get executor list API of the fingerprint auth driver.
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.2/ |
H A D | changelogs-bundlemanager.md | 42 // Native接口获取的指纹信息转为js对象里的fingerprint属性 43 napi_value fingerprint; 44 … napi_create_string_utf8(env, nativeApplicationInfo.fingerprint, NAPI_AUTO_LENGTH, &fingerprint); 45 napi_set_named_property(env, result, "fingerprint", fingerprint); 60 free(nativeApplicationInfo.fingerprint);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/ |
H A D | changelogs-bundlemanager.md | 81 // Native接口获取的指纹信息转为js对象里的fingerprint属性 82 napi_value fingerprint; 83 … napi_create_string_utf8(env, nativeApplicationInfo.fingerprint, NAPI_AUTO_LENGTH, &fingerprint); 84 napi_set_named_property(env, result, "fingerprint", fingerprint); 99 free(nativeApplicationInfo.fingerprint);
|
/ohos5.0/drivers/interface/fingerprint_auth/v2_0/ |
H A D | IFingerprintAuthInterface.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 * @brief Defines the API for getting the executor list of the fingerprint auth driver. 43 * @brief Defines the API for getting the executor list of the fingerprint auth driver.
|
H A D | FingerprintAuthTypes.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 52 /**< Indicates that the authentication type is fingerprint. */ 143 …/**< Indicates that the fingerprint image is too noisy due to suspected or detected dirt on sensor… 145 /**< Indicates that only a partial fingerprint image is detected. */ 147 /**< Indicates that only a partial fingerprint image is detected. */ 149 /**< Indicates that the fingerprint image is incomplete due to quick motion. */ 151 /**< Indicates that the fingerprint image is unreadable due to lack of motion. */ [all …]
|
H A D | ISaCommandCallback.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo…
|
/ohos5.0/drivers/interface/fingerprint_auth/v1_1/ |
H A D | IFingerprintAuthInterface.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines the get executor list API of the fingerprint auth driver. This API can be used to… 45 * @brief Defines the get executor list API of the fingerprint auth driver.
|
H A D | FingerprintAuthTypes.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines fingerprint auth driver enumeration and data structure, including AuthType, Execu… 49 …FINGERPRINT_AUTH_TIP_DIRTY = 1, /**< Indicates that the fingerprint image is too noisy due to susp… 50 …FINGERPRINT_AUTH_TIP_INSUFFICIENT = 2, /**< Indicates that only a partial fingerprint image is det… 51 …FINGERPRINT_AUTH_TIP_PARTIAL = 3, /**< Indicates that only a partial fingerprint image is detected… 52 …FINGERPRINT_AUTH_TIP_TOO_FAST = 4, /**< Indicates that the fingerprint image is incomplete due to … 53 …FINGERPRINT_AUTH_TIP_TOO_SLOW = 5, /**< Indicates that the fingerprint image is unreadable due to … [all …]
|
/ohos5.0/drivers/interface/fingerprint_auth/v1_2/ |
H A D | IFingerprintAuthInterface.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines the get executor list API of the fingerprint auth driver. This API can be used to… 45 * @brief Defines the get executor list API of the fingerprint auth driver.
|
H A D | FingerprintAuthTypes.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines fingerprint auth driver enumeration and data structure, including AuthType, Execu… 49 …FINGERPRINT_AUTH_TIP_DIRTY = 1, /**< Indicates that the fingerprint image is too noisy due to susp… 50 …FINGERPRINT_AUTH_TIP_INSUFFICIENT = 2, /**< Indicates that only a partial fingerprint image is det… 51 …FINGERPRINT_AUTH_TIP_PARTIAL = 3, /**< Indicates that only a partial fingerprint image is detected… 52 …FINGERPRINT_AUTH_TIP_TOO_FAST = 4, /**< Indicates that the fingerprint image is incomplete due to … 53 …FINGERPRINT_AUTH_TIP_TOO_SLOW = 5, /**< Indicates that the fingerprint image is unreadable due to … [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/foo/fingerprint_auth/v1_1/ |
H A D | IFingerprintAuthInterface.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines the get executor list API of the fingerprint auth driver. This API can be used to… 45 * @brief Defines the get executor list API of the fingerprint auth driver.
|
H A D | FingerprintAuthTypes.idl | 20 * @brief Provides APIs for the fingerprint auth driver. 22 …* The fingerprint auth driver provides a unified interface for the fingerprint auth service to acc… 23 …* After obtaining the fingerprint auth driver proxy, the service can call related APIs to obtain e… 24 …* After obtaining the fingerprint auth executors, the service can call related APIs to get executo… 33 …* @brief Defines fingerprint auth driver enumeration and data structure, including AuthType, Execu… 49 …FINGERPRINT_AUTH_TIP_DIRTY = 1, /**< Indicates that the fingerprint image is too noisy due to susp… 50 …FINGERPRINT_AUTH_TIP_INSUFFICIENT = 2, /**< Indicates that only a partial fingerprint image is det… 51 …FINGERPRINT_AUTH_TIP_PARTIAL = 3, /**< Indicates that only a partial fingerprint image is detected… 52 …FINGERPRINT_AUTH_TIP_TOO_FAST = 4, /**< Indicates that the fingerprint image is incomplete due to … 53 …FINGERPRINT_AUTH_TIP_TOO_SLOW = 5, /**< Indicates that the fingerprint image is unreadable due to … [all …]
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/ |
H A D | domain_verifier.cpp | 78 if (!appVerifyBaseInfo.fingerprint.empty() && !itr->fingerprint.empty() && in VerifyHostWithAppIdentifier() 79 appVerifyBaseInfo.fingerprint != itr->fingerprint) { in VerifyHostWithAppIdentifier() 96 if (appVerifyBaseInfo.bundleName.empty() || appVerifyBaseInfo.fingerprint.empty()) { in VerifyHostWithBundleName() 102 return appVerifyBaseInfo.fingerprint == itr->fingerprint ? in VerifyHostWithBundleName()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/ |
H A D | app_verify_base_info.cpp | 25 fingerprint = ""; in AppVerifyBaseInfo() 32 fingerprint = appVerifyBaseInfo.fingerprint; in AppVerifyBaseInfo() 38 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, fingerprint); in Marshalling() 45 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, fingerprint); in ReadFromParcel()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | _o_h___native_bundle_application_info.md | 23 | [fingerprint](#fingerprint) | 应用的指纹信息。 | 43 ### fingerprint subsection 47 char* OH_NativeBundle_ApplicationInfo::fingerprint
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/ |
H A D | changelogs-bundlemanager.md | 42 …// Convert the fingerprint information obtained by calling the native API to the fingerprint attri… 43 napi_value fingerprint; 44 … napi_create_string_utf8(env, nativeApplicationInfo.fingerprint, NAPI_AUTO_LENGTH, &fingerprint); 45 napi_set_named_property(env, result, "fingerprint", fingerprint); 60 free(nativeApplicationInfo.fingerprint);
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | _o_h___native_bundle_application_info.md | 23 | [fingerprint](#fingerprint) | Fingerprint information of the bundle.| 43 ### fingerprint subsection 47 char* OH_NativeBundle_ApplicationInfo::fingerprint
|