Home
last modified time | relevance | path

Searched defs:methodId (Results 1 – 11 of 11) sorted by relevance

/base/security/device_auth/services/frameworks/src/permission_adapter/
Dpermission_adapter.cpp55 static bool IsProcessAllowAccess(const string &processName, int32_t methodId) in IsProcessAllowAccess()
64 int32_t CheckPermission(int32_t methodId) in CheckPermission()
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp59 IpcServiceCall ServiceDevAuth::GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId()
118 static int32_t GetMethodId(MessageParcel &data, int32_t &methodId) in GetMethodId()
129 static void WithObject(int32_t methodId, MessageParcel &data, IpcDataInfo &ipcData, int32_t &cnt) in WithObject()
179 int32_t methodId = 0; in OnRemoteRequest() local
223 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
Dipc_dev_auth_proxy.cpp79 int32_t ProxyDevAuthData::FinalCallRequest(int32_t methodId) in FinalCallRequest()
Dipc_adapt.cpp51 int32_t methodId; member
1281 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall()
1295 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
1509 bool IsCallbackMethod(int32_t methodId) in IsCallbackMethod()
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c62 static IpcServiceCall GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId()
109 static int32_t GetMethodId(IpcIo *data, int32_t *methodId) in GetMethodId()
116 static void WithObject(int32_t methodId, IpcIo *data, IpcDataInfo *ipcData, int32_t *cnt) in WithObject()
160 int32_t methodId = -1; in DevAuthRequestCall() local
233 int32_t SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
Dipc_dev_auth_proxy.c64 int32_t FinalCallRequest(ProxyDevAuthData *dataCtx, int32_t methodId) in FinalCallRequest()
Dipc_adapt.c47 int32_t methodId; member
1409 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall()
1423 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
1589 bool IsCallbackMethod(int32_t methodId) in IsCallbackMethod()
/base/security/device_auth/frameworks/inc/lite/
Dipc_dev_auth_stub.h30 int32_t methodId; member
/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_stub.h26 int32_t methodId; member
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.h29 std::string methodId; // in InputMethodProperty member
Djs_input_method.cpp109 napi_value methodId = nullptr; in GetJsInputMethodProperty() local