Searched refs:ServiceDevAuth (Results 1 – 4 of 4) sorted by relevance
/base/security/device_auth/frameworks/src/standard/ |
D | ipc_dev_auth_stub.cpp | 39 ServiceDevAuth::ServiceDevAuth() in ServiceDevAuth() function in OHOS::ServiceDevAuth 42 ServiceDevAuth::~ServiceDevAuth() in ~ServiceDevAuth() 52 int32_t ServiceDevAuth::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() 59 IpcServiceCall ServiceDevAuth::GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId() 145 ipcData.idx = ServiceDevAuth::SetRemoteObject(tmp); in WithObject() 170 int32_t ServiceDevAuth::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, M… in OnRemoteRequest() 223 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap() 261 int32_t ServiceDevAuth::SetRemoteObject(sptr<IRemoteObject> &object) in SetRemoteObject() 282 void ServiceDevAuth::AddCbDeathRecipient(int32_t cbStubIdx, int32_t cbDataIdx) in AddCbDeathRecipient() 295 void ServiceDevAuth::ResetRemoteObject(int32_t idx) in ResetRemoteObject() [all …]
|
D | ipc_adapt.cpp | 101 ServiceDevAuth::ResetRemoteObject(node.proxyId); in ResetIpcCallBackNode() 172 ServiceDevAuth::AddCbDeathRecipient(objIdx, cbDataIdx); in SetCbDeathRecipient() 225 ServiceDevAuth::ResetRemoteObject(node->proxyId); in AddIpcCallBackByAppId() 356 ServiceDevAuth::ResetRemoteObject(node->proxyId); in AddIpcCallBackByReqId() 693 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_TRANS, true, in GaCbOnTransmitWithType() 733 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_SESS_KEY_DONE, false, in GaCbOnSessionKeyRetWithType() 776 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_FINISH, false, in GaCbOnFinishWithType() 823 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_ERROR, false, in GaCbOnErrorWithType() 872 ServiceDevAuth::ActCallback(node->proxyId, CB_ID_ON_REQUEST, true, in GaCbOnRequestWithType() 954 ServiceDevAuth::ActCallback(g_ipcCallBackList.ctx[i].proxyId, CB_ID_ON_GROUP_CREATED, in IpcOnGroupCreated() [all …]
|
/base/security/device_auth/frameworks/inc/standard/ |
D | ipc_dev_auth_stub.h | 31 class ServiceDevAuth : public IRemoteStub<IMethodsIpcCall> { 33 ServiceDevAuth(); 34 ~ServiceDevAuth() override;
|
/base/security/device_auth/test/fuzztest/devauth_fuzzer/ |
D | devauth_fuzzer.cpp | 65 ServiceDevAuth *serviceObj = new(std::nothrow) ServiceDevAuth(); in FuzzDoRegCallback() 69 sptr<ServiceDevAuth> sptrObj = serviceObj; in FuzzDoRegCallback()
|