Home
last modified time | relevance | path

Searched defs:owner (Results 76 - 100 of 275) sorted by relevance

1234567891011

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy_lite.cpp60 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() argument
104 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterDhcpClientCallBack() local
147 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; StartDhcpClient() local
185 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; SetConfiguration() local
223 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; StopDhcpClient() local
[all...]
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wm_requestor.cpp36 int LiteWMRequestor::Callback(void* owner, int code, IpcIo* reply) in Callback() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DLiteIPCClientTest.cpp46 static int CurrentCallback(IOwner owner, int code, IpcIo *reply) in CurrentCallback() argument
/test/xts/device_attest_lite/framework/small/src/client/
H A Dattest_framework_client_proxy.c111 static int AttestClientQueryStatusCb(void *owner, int code, IpcIo *reply) in AttestClientQueryStatusCb() argument
/third_party/gn/src/base/win/
H A Dscoped_handle.h128 StartTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StartTracking() argument
132 StopTracking(HANDLE handle, const void* owner, const void* pc1, const void* pc2) StopTracking() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-dll2.h200 struct lws_dll2_owner *owner; member
217 lws_dll2_get_head(struct lws_dll2_owner *owner) { return owner->head; } in lws_dll2_get_head() argument
220 lws_dll2_get_tail(struct lws_dll2_owner *owner) { return owner->tail; } in lws_dll2_get_tail() argument
[all...]
/third_party/libwebsockets/lib/abstract/transports/
H A Draw-skt.c39 lws_dll2_owner_t owner; member
/third_party/libwebsockets/lib/core-net/
H A Dlws-dsh.c53 lws_dsh_create(lws_dll2_owner_t *owner, size_t buf_len, int count_kinds) in lws_dsh_create() argument
[all...]
/third_party/ltp/lib/
H A Dtst_safe_file_at.c202 safe_fchownat(const char *const file, const int lineno, const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) safe_fchownat() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.h91 enum stw_framebuffer_owner owner; member
/third_party/mesa3d/src/util/
H A Dslab.c52 intptr_t owner; member
282 struct slab_child_pool *owner in slab_free() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_16.h154 int FCHOWN(void (cleanup)(void), unsigned int fd, UID_T owner, GID_T group) in FCHOWN() argument
159 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() argument
164 int CHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in CHOWN() argument
H A Dcompat_tst_16.h141 int FCHOWN(unsigned int fd, UID_T owner, GID_T group) in FCHOWN() argument
146 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() argument
151 int CHOWN(const char *path, UID_T owner, GID_T group) in CHOWN() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDebugSink.h55 EscapedSink(DebugSink &owner) : mOwner(owner), mBegin(owner.size()) {} in EscapedSink() argument
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp27 SkStyleSet_Indirect(const SkFontMgr_Indirect* owner, int familyIndex, in SkStyleSet_Indirect() argument
/third_party/skia/src/gpu/glsl/
H A DGrGLSLUniformHandler.h53 UniformHandle addUniform(const GrFragmentProcessor* owner, in addUniform() argument
62 UniformHandle addUniformArray(const GrFragmentProcessor* owner, in addUniformArray() argument
/third_party/skia/src/gpu/gl/
H A DGrGLUniformHandler.cpp27 internalAddUniformArray( const GrFragmentProcessor* owner, uint32_t visibility, GrSLType type, const char* name, bool mangleName, int arrayCount, const char** outName) internalAddUniformArray() argument
/third_party/skia/src/gpu/vk/
H A DGrVkUniformHandler.cpp199 internalAddUniformArray( const GrFragmentProcessor* owner, uint32_t visibility, GrSLType type, const char* name, bool mangleName, int arrayCount, const char** outName) internalAddUniformArray() argument
/third_party/skia/src/gpu/
H A DGrSPIRVUniformHandler.cpp188 internalAddUniformArray( const GrFragmentProcessor* owner, uint32_t visibility, GrSLType type, const char* name, bool mangleName, int arrayCount, const char** outName) internalAddUniformArray() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_hash.c47 CRYPTO_OWNER owner; /* user ID */ member
642 CRYPTO_OWNER owner; in kapi_hash_release() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/
H A Dhimedia_base.c637 pm_basedrv *himedia_driver_alloc(const char *name, struct module *owner, in himedia_driver_alloc() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhimedia.h78 struct module *owner; member
86 struct module *owner; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.h34 u32 owner; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.h33 u32 owner; member
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dcore.h56 struct module *owner; member

Completed in 14 milliseconds

1234567891011