Lines Matching refs:all
30 Obtains all private credentials. This API uses an asynchronous callback to return the result.
62 …console.error(`Failed to get all app private certificates. Code: ${err.code}, message: ${err.messa…
65 console.info('The result of getting all app private certificates is undefined.');
68 console.info('Succeeded in getting all app private certificates.');
73 …console.error(`Failed to get all app private certificates. Code: ${error.code}, message: ${error.m…
81 Obtains all private credentials. This API uses a promise to return the result.
93 | Promise\<[CMResult](js-apis-certManager.md#cmresult)> | Promise used to return all the private cr…
113 console.info('The result of getting all app private certificates is undefined.');
116 console.info('Succeeded in getting all app private certificates.');
119 …console.error(`Failed to get all app private certificates. Code: ${err.code}, message: ${err.messa…
122 …console.error(`Failed to get all app private certificates. Code: ${error.code}, message: ${error.m…
130 Obtains all system credentials. This API uses a promise to return the result.
142 | Promise\<[CMResult](js-apis-certManager.md#cmresult)> | Promise used to return all the system cre…
162 console.info('The result of getting all system app certificates is undefined.');
165 console.info('Succeeded in getting all system app certificates.');
168 …console.error(`Failed to get all system app certificates. Code: ${err.code}, message: ${err.messag…
171 …console.error(`Failed to get all system app certificates. Code: ${error.code}, message: ${error.me…