Searched refs:PostVerifyResult (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_builder.h | 192 void PostVerifyResult(uint32_t requestId, int32_t retCode, AuthHandle authHandle, const NodeInfo *i…
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder.c | 640 void PostVerifyResult(uint32_t requestId, int32_t retCode, AuthHandle authHandle, const NodeInfo *i… in PostVerifyResult() function 671 PostVerifyResult(requestId, SOFTBUS_OK, authHandle, info); in OnVerifyPassed() 678 PostVerifyResult(requestId, reason, authHandle, NULL); in OnVerifyFailed()
|
H A D | lnn_net_builder_init.c | 143 PostVerifyResult(requestId, reason, authHandle, NULL); in OnReAuthVerifyFailed()
|