Home
last modified time | relevance | path

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

/ohos5.0/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()
273 int32_t ServiceDevAuth::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest()
289 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
327 int32_t ServiceDevAuth::SetRemoteObject(sptr<IRemoteObject> &object) in SetRemoteObject()
348 void ServiceDevAuth::AddCbDeathRecipient(int32_t cbStubIdx, int32_t cbDataIdx) in AddCbDeathRecipient()
361 void ServiceDevAuth::ResetRemoteObject(int32_t idx) in ResetRemoteObject()
[all …]
H A Dipc_adapt.cpp110 ServiceDevAuth::ResetRemoteObject(node.proxyId); in ResetIpcCallBackNode()
186 ServiceDevAuth::AddCbDeathRecipient(objIdx, cbDataIdx); in SetCbDeathRecipient()
239 ServiceDevAuth::ResetRemoteObject(node->proxyId); in AddIpcCallBackByAppId()
370 ServiceDevAuth::ResetRemoteObject(node->proxyId); in AddIpcCallBackByReqId()
699 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_TRANS, true, in GaCbOnTransmitWithType()
829 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_ERROR, false, in GaCbOnErrorWithType()
1308 ServiceDevAuth *service = reinterpret_cast<ServiceDevAuth *>(ipcInstance); in SetIpcCallMap()
1314 ServiceDevAuth *service = nullptr; in CreateServiceInstance()
1315 service = new(std::nothrow) ServiceDevAuth(); in CreateServiceInstance()
1325 ServiceDevAuth *service = reinterpret_cast<ServiceDevAuth *>(ipcInstance); in DestroyServiceInstance()
[all …]
/ohos5.0/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()
/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h31 class ServiceDevAuth : public IRemoteStub<IMethodsIpcCall> {
33 ServiceDevAuth(bool serialInvokeFlag = true);
34 ~ServiceDevAuth() override;