Home
last modified time | relevance | path

Searched refs:ServiceDevAuth (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp54 ServiceDevAuth::ServiceDevAuth(bool serialInvokeFlag) : IRemoteStub(serialInvokeFlag) in ServiceDevAuth() function in OHOS::ServiceDevAuth
57 ServiceDevAuth::~ServiceDevAuth() in ~ServiceDevAuth()
67 int32_t ServiceDevAuth::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump()
92 IpcServiceCall ServiceDevAuth::GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId()
180 ipcData.idx = ServiceDevAuth::SetRemoteObject(tmp); in WithObject()
225 int32_t ServiceDevAuth::HandleDeviceAuthCall(uint32_t code, MessageParcel &data, MessageParcel &reply, in HandleDeviceAuthCall()
273 int32_t ServiceDevAuth::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest()
289 int32_t ServiceDevAuth
[all...]
H A Dipc_adapt.cpp111 ServiceDevAuth::ResetRemoteObject(node.proxyId); in ResetIpcCallBackNode()
187 ServiceDevAuth::AddCbDeathRecipient(objIdx, cbDataIdx); in SetCbDeathRecipient()
240 ServiceDevAuth::ResetRemoteObject(node->proxyId); in AddIpcCallBackByAppId()
371 ServiceDevAuth::ResetRemoteObject(node->proxyId); in AddIpcCallBackByReqId()
700 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_TRANS, true, in GaCbOnTransmitWithType()
740 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_SESS_KEY_DONE, false, in GaCbOnSessionKeyRetWithType()
783 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_FINISH, false, in GaCbOnFinishWithType()
844 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_ERROR, false, in GaCbOnErrorWithType()
894 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_REQUEST, true, in GaCbOnRequestWithType()
977 ServiceDevAuth in IpcOnGroupCreated()
[all...]
/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h31 class ServiceDevAuth : public IRemoteStub<IMethodsIpcCall> { class
33 ServiceDevAuth(bool serialInvokeFlag = true);
34 ~ServiceDevAuth() override;
/base/security/device_auth/test/fuzztest/devauth_fuzzer/
H A Ddevauth_fuzzer.cpp65 ServiceDevAuth *serviceObj = new(std::nothrow) ServiceDevAuth(); in FuzzDoRegCallback()
69 sptr<ServiceDevAuth> sptrObj = serviceObj; in FuzzDoRegCallback()

Completed in 4 milliseconds