Home
last modified time | relevance | path

Searched refs:importCredential (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Didentity_manager.h55 int32_t (*importCredential)(const char *reqJsonStr, char **returnData); member
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-distributed-hardware.md13 |新增|NA|类名:DeviceManager<br>方法or属性:importCredential(credentialInfo: string, callback: AsyncCallback\…
/ohos5.0/foundation/distributedhardware/device_manager/display/
H A D@ohos.distributedHardware.deviceManager.d.ts562 importCredential(credentialInfo: string, callback: AsyncCallback<{ resultInfo: string }>): void;
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-distributed-hardware.md13 |Added|NA|Class name: DeviceManager<br>Method or attribute name: importCredential(credentialInfo: s…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.2/
H A Dchangelogs-device_manager.md34 …dHardware.deviceManager | deviceManager | **function** importCredential(credentialInf…
91 | importCredential(credentialInfo: string, callback: AsyncCallback&lt;{resultInfo: string}&gt;): vo…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.2/
H A Dchangelogs-device_manager.md34 …dHardware.deviceManager | deviceManager | **function** importCredential(credentialInf…
91 | importCredential(credentialInfo: string, callback: AsyncCallback&lt;{resultInfo: string}&gt;): vo…
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_func_test.cpp1369 res = credentialOperator->importCredential(nullptr, nullptr);
1392 res = credentialOperator->importCredential(reqJsonStr, &returnData);
1415 res = credentialOperator->importCredential(reqJsonStr, &returnData);
1438 res = credentialOperator->importCredential(reqJsonStr, &returnData);
1461 res = credentialOperator->importCredential(reqJsonStr, &returnData);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-distributedservice-kit/
H A Djs-apis-device-manager-sys.md1360 ### importCredential<sup>10+</sup>
1362 importCredential(credentialInfo: string, callback: AsyncCallback<{resultInfo: string}>): void;
1442 dmInstance.importCredential(jsonCredentialInfo, (err: BusinessError, data: Data) => {
1444 console.info("importCredential result:" + JSON.stringify(data));
1446 console.info("importCredential result: data is null");
1451 console.error("importCredential err:" + e.code + "," + e.message);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-distributed-hardware.md59importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<…
143importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<…
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/
H A Djs-apis-device-manager-sys.md1360 ### importCredential<sup>10+</sup>
1362 importCredential(credentialInfo: string, callback: AsyncCallback<{resultInfo: string}>): void;
1442 dmInstance.importCredential(jsonCredentialInfo, (err: BusinessError, data: Data) => {
1444 console.info("importCredential result:" + JSON.stringify(data));
1446 console.info("importCredential result: data is null");
1451 console.error("importCredential err:" + e.code + "," + e.message);
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-distributed-hardware.md59importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<…
143importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;<…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.2.3/
H A Dchangelogs-device-manager.md46 | function importCredential(credentialInfo: string, callback: AsyncCallback&lt;{resultInfo: string}…
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c729 .importCredential = ImportCredential,
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.3/
H A Dchangelogs-device-manager.md46 | function importCredential(credentialInfo: string, callback: AsyncCallback&lt;{resultInfo: string}…
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1247 res = credOperator->importCredential(reqJsonStr, returnData); in ProcessCredential()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-distributed-hardware.md47 |新增|NA|类名:DeviceManager;<br>方法or属性:importCredential(credentialInfo: string, callback: AsyncCallback…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-distributed-hardware.md47 |Added|NA|Class name: DeviceManager;<br>Method or attribute name: importCredential(credentialInfo: …