Searched refs:InformPeerProcessError (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_util.h | 29 void InformPeerProcessError(int64_t requestId, const CJson *jsonParams, const DeviceAuthCallback *c…
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_util.c | 236 void InformPeerProcessError(int64_t requestId, const CJson *jsonParams, const DeviceAuthCallback *c… in InformPeerProcessError() function
|
H A D | compatible_bind_sub_session.c | 909 InformPeerProcessError(reqId, jsonParams, callback, result); in CreateServerBindSubSession()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 959 InformPeerProcessError(123, nullptr, nullptr, -1); 963 InformPeerProcessError(123, jsonParams, nullptr, -1); 965 InformPeerProcessError(123, jsonParams, nullptr, -1);
|