Home
last modified time | relevance | path

Searched refs:CloseSessionStub (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_idm_stub.h35 int32_t CloseSessionStub(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_stub.cpp46 return CloseSessionStub(data, reply); in OnRemoteRequest()
95 int32_t UserIdmStub::CloseSessionStub(MessageParcel &data, MessageParcel &reply) in CloseSessionStub() function in OHOS::UserIam::UserAuth::UserIdmStub