Home
last modified time | relevance | path

Searched refs:StartAuthDevice (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.map23 StartAuthDevice;
H A Ddevice_auth.c1303 DEVICE_AUTH_API_PUBLIC int32_t StartAuthDevice( in StartAuthDevice() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dp2p_bind_ipc_test.cpp377 int32_t res = StartAuthDevice(TEST_REQ_ID, AUTH_WITH_PIN_PARAMS, &g_daTmpCallback);
385 int32_t res = StartAuthDevice(TEST_REQ_ID, AUTH_DIRECT_PARAMS, &g_daLTCallback);
H A Ddeviceauth_func_test.cpp391 int32_t ret = StartAuthDevice(TEST_REQ_ID, startAuthParams, callback); in AuthDeviceDirectWithPinDemo()
439 int32_t ret = StartAuthDevice(TEST_REQ_ID, startAuthParams, callback); in AuthDeviceDirectDemo()
1822 int32_t ret = StartAuthDevice(TEST_REQ_ID2, TEST_INVALID_AUTH_PARAMS, &g_gaCallback);
/ohos5.0/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h362 DEVICE_AUTH_API_PUBLIC int32_t StartAuthDevice(
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_auth_connector.cpp62 int32_t ret = StartAuthDevice(requestId, authParam.c_str(), &deviceAuthCallback_); in AuthDevice()
/ohos5.0/base/security/device_auth/
H A DREADME_zh.md168 …><a name="p19743328133621"></a><a name="p19743328133621"></a>int32_t StartAuthDevice(int64_t reque…
/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c1230 callRet = StartAuthDevice(authReqId, authParams, &g_authCbAdt); in IpcServiceDaAuthDevice()
H A Dipc_sdk.c1810 DEVICE_AUTH_API_PUBLIC int32_t StartAuthDevice( in StartAuthDevice() function