Home
last modified time | relevance | path

Searched refs:authParams (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_hichain_mock.h53 int32_t osAccountId, int64_t authReqId, const char *authParams, const DeviceAuthCallback *gaCallback);
65 int32_t osAccountId, int64_t authReqId, const char *authParams, const DeviceAuthCallback *gaCallback);
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain_adapter.h44 int32_t AuthDevice(int64_t authReqId, const char *authParams, const DeviceAuthCallback *cb);
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c414 char *authParams = GenDeviceLevelParam(udid, uid, true); in HichainStartAuth() local
415 if (authParams == NULL) { in HichainStartAuth()
419 int32_t ret = AuthDevice(authSeq, authParams, &g_hichainCallback); in HichainStartAuth()
422 cJSON_free(authParams); in HichainStartAuth()
426 cJSON_free(authParams); in HichainStartAuth()
H A Dauth_hichain_adapter.c96 int32_t AuthDevice(int64_t authReqId, const char *authParams, const DeviceAuthCallback *cb) in AuthDevice() argument
98 AUTH_CHECK_AND_RETURN_RET_LOGE(authParams != NULL && cb != NULL, SOFTBUS_INVALID_PARAM, in AuthDevice()
99 AUTH_HICHAIN, "authParams or cb is null"); in AuthDevice()
107 int32_t ret = g_hichain->authDevice(ANY_OS_ACCOUNT, authReqId, authParams, cb); in AuthDevice()
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_hichain_mock.cpp91 int32_t LnnHichainInterfaceMock::InvokeAuthDevice(int32_t osAccountId, int64_t authReqId, const char *authParams, in InvokeAuthDevice() argument
97 int32_t LnnHichainInterfaceMock::AuthDeviceConnSend(int32_t osAccountId, int64_t authReqId, const char *authParams, in AuthDeviceConnSend() argument
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h156 int32_t (*authDevice)(int32_t osAccountId, int64_t authReqId, const char *authParams,
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c433 AuthParams authParams = { in ProcGetFeature() local
441 int isAuth = g_server.ipcAuth->IsCommunicationAllowed(authParams); in ProcGetFeature()
H A Dsamgr_server.c319 AuthParams authParams = { in ProcGetFeature() local
327 int isAuth = g_server.ipcAuth->IsCommunicationAllowed(authParams); in ProcGetFeature()

Completed in 6 milliseconds