Home
last modified time | relevance | path

Searched defs:capsule (Results 1 - 19 of 19) sorted by relevance

/third_party/python/Include/
H A Dpycapsule.h35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule); variable
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule); variable
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule); variable
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_capsule_test.cpp150 auto capsule = std::make_shared<NotificationCapsule>(); in HWTEST_F() local
H A Dnotification_local_live_view_content_test.cpp69 NotificationCapsule capsule; in HWTEST_F() local
182 NotificationCapsule capsule; in HWTEST_F() local
211 NotificationCapsule capsule; in HWTEST_F() local
245 NotificationCapsule capsule; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_capsule.cpp98 NotificationCapsule *capsule = new (std::nothrow) NotificationCapsule(); in FromJson() local
178 NotificationCapsule *capsule = new (std::nothrow) NotificationCapsule(); in Unmarshalling() local
[all...]
H A Dnotification_local_live_view_content.cpp48 void NotificationLocalLiveViewContent::SetCapsule(NotificationCapsule capsule) in SetCapsule() argument
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dcapsule.c87 efi_capsule_header_t capsule; efi_capsule_supported() local
142 efi_capsule_update_locked(efi_capsule_header_t *capsule, struct page **sg_pages, int reset) efi_capsule_update_locked() argument
215 efi_capsule_update(efi_capsule_header_t *capsule, phys_addr_t *pages) efi_capsule_update() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dcapsule.c88 efi_capsule_header_t capsule; efi_capsule_supported() local
143 efi_capsule_update_locked(efi_capsule_header_t *capsule, struct page **sg_pages, int reset) efi_capsule_update_locked() argument
216 efi_capsule_update(efi_capsule_header_t *capsule, phys_addr_t *pages) efi_capsule_update() argument
[all...]
/third_party/python/Objects/
H A Dcapsule.c17 _is_legal_capsule(PyCapsule *capsule, const char *invalid_capsule) in _is_legal_capsule() argument
46 PyCapsule *capsule; in PyCapsule_New() local
70 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_IsValid() local
82 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_GetPointer() local
100 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_GetName() local
112 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_GetDestructor() local
124 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_GetContext() local
136 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_SetPointer() local
155 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_SetName() local
169 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_SetDestructor() local
183 PyCapsule *capsule = (PyCapsule *)o; PyCapsule_SetContext() local
235 PyCapsule *capsule = (PyCapsule *)object; PyCapsule_Import() local
255 PyCapsule *capsule = (PyCapsule *)o; capsule_dealloc() local
266 PyCapsule *capsule = (PyCapsule *)o; capsule_repr() local
[all...]
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp90 NotificationCapsule capsule; in GetNotificationLocalLiveViewCapsule() local
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp61 napi_value capsule = nullptr; in SetNotificationLocalLiveViewContent() local
108 napi_value Common::SetCapsule(const napi_env &env, const NotificationCapsule &capsule, napi_value &result) in SetCapsule() argument
446 NotificationCapsule capsule; GetNotificationLocalLiveViewCapsule() local
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dcjkcodecs.h309 PyObject *capsule = PyCapsule_New((void *)h, in register_maps() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp487 NotificationCapsule capsule; in GetNotificationLocalLiveViewCapsule() local
1298 SetCapsule(const NotificationCapsule &capsule, CNotificationCapsule &cCapsule) SetCapsule() argument
1362 CNotificationCapsule capsule = { SetNotificationLocalLiveViewContentDetailed() local
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h111 CNotificationCapsule capsule; member
/third_party/python/Modules/
H A Dunicodedata.c1315 unicodedata_destroy_capi(PyObject *capsule) in unicodedata_destroy_capi() argument
1332 PyObject *capsule = PyCapsule_New(capi, in unicodedata_create_capi() local
1514 PyObject *capsule = unicodedata_create_capi(); in unicodedata_exec() local
H A Dsocketmodule.c7175 sock_destroy_api(PyObject *capsule) argument
7282 PyObject *capsule = PyCapsule_New(capi, local
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1611 auto capsule = NotificationCapsule(); in GetLocalLiveViewContent() local
1698 auto capsule = NotificationCapsule(); in UpdateLiveViewContent() local
/kernel/linux/linux-5.10/include/linux/
H A Defi.h160 efi_capsule_header_t *capsule; member
/kernel/linux/linux-6.6/include/linux/
H A Defi.h208 efi_capsule_header_t *capsule; member
/third_party/python/Python/
H A Dcompile.c747 PyObject *mangled, *capsule; in compiler_set_qualname() local
1786 PyObject *capsule = PyCapsule_New(c->u, CAPSULE_NAME, NULL); in compiler_enter_scope() local
1832 PyObject *capsule = PyList_GET_ITEM(c->c_stack, n); in compiler_exit_scope() local
[all...]

Completed in 34 milliseconds