Home
last modified time | relevance | path

Searched defs:owner (Results 101 - 125 of 361) sorted by relevance

12345678910>>...15

/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_manager.cpp145 int DatabaseManager::QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events) in QueryEventByOwner() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H A Dbase.c305 himedia_driver_register(const char *name, struct module *owner, struct himedia_ops *ops) himedia_driver_register() argument
H A Dhimedia.h81 struct module *owner; member
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp96 std::shared_ptr<AppMgrServiceInner> owner; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client_impl.cpp285 auto owner = owner_.lock(); in OnRemoteDied() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_holder.h55 auto owner = GetOwner(); in GetOwnerId() local
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp38 static int Notify(IOwner owner, int code, IpcIo *reply) in Notify() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp68 const auto owner = owner_.lock(); in Replace() local
86 bool AttachmentContainer::Initialize(const META_NS::IAttach::Ptr& owner) in Initialize() argument
191 const auto owner = owner_.lock(); RemoveAllAttachments() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.h49 IAnimation::WeakPtr owner; member
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h115 std::atomic<uintptr_t> owner; member in ffrt::mutexPrivate
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c51 static int ServerAddCallback(IOwner owner, int code, IpcIo *reply) in ServerAddCallback() argument
85 static int ServerMultiCallback(IOwner owner, int code, IpcIo *reply) in ServerMultiCallback() argument
116 static int ServerSubCallback(IOwner owner, int code, IpcIo *reply) in ServerSubCallback() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dgroup_negotiation_state.cpp100 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in ProcessGroupStartedEvt() local
133 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in ProcessGroupStartedEvt() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h77 explicit ServiceDeathRecipient(std::weak_ptr<BundleMgrProxy> owner) : owner_(owner) {} in ServiceDeathRecipient() argument
80 auto owner = owner_.lock(); variable
/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

Completed in 12 milliseconds

12345678910>>...15