Home
last modified time | relevance | path

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

/base/security/device_auth/services/frameworks/src/permission_adapter/
Dpermission_adapter.cpp63 static bool IsProcessAllowAccess(const string &processName, int32_t methodId) in IsProcessAllowAccess()
72 static bool IsProcessInWhitelist(const string& processName, int32_t methodId) in IsProcessInWhitelist()
85 int32_t CheckPermission(int32_t methodId) in CheckPermission()
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c63 static IpcServiceCall GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId()
113 static int32_t GetMethodId(IpcIo *data, int32_t *methodId) in GetMethodId()
119 static void WithObject(int32_t methodId, IpcIo *data, IpcDataInfo *ipcData, int32_t *cnt) in WithObject()
163 int32_t methodId = -1; in DevAuthRequestCall() local
235 int32_t SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
Dipc_dev_auth_proxy.c63 int32_t FinalCallRequest(ProxyDevAuthData *dataCtx, int32_t methodId) in FinalCallRequest()
Dipc_adapt.c54 int32_t methodId; member
1418 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall()
1432 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
1594 bool IsCallbackMethod(int32_t methodId) in IsCallbackMethod()
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp92 IpcServiceCall ServiceDevAuth::GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId()
154 static int32_t GetMethodId(MessageParcel &data, int32_t &methodId) in GetMethodId()
164 static void WithObject(int32_t methodId, MessageParcel &data, IpcDataInfo &ipcData, int32_t &cnt) in WithObject()
231 int32_t methodId = 0; in HandleDeviceAuthCall() local
289 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
Dipc_dev_auth_proxy.cpp81 int32_t ProxyDevAuthData::FinalCallRequest(int32_t methodId) in FinalCallRequest()
Dipc_adapt.cpp60 int32_t methodId; member
1289 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall()
1302 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
1504 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.h30 std::string methodId; // in InputMethodProperty member
Djs_input_method.cpp113 napi_value methodId = nullptr; in GetJsInputMethodProperty() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Ddfx_ark.h67 uintptr_t *methodId; member
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dark_test.cpp220 uintptr_t *methodId = &zero; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Dunwinder.cpp711 uintptr_t *methodId = (pid_ > 0 || enableMethodIdLocal_) ? (&frame.methodid) : nullptr; in StepArkJsFrame() local