Home
last modified time | relevance | path

Searched defs:object (Results 2401 - 2425 of 2767) sorted by relevance

1...<<919293949596979899100>>...111

/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp490 int BinderInvoker::FlushCommands(IRemoteObject *object) in FlushCommands() argument
1318 SetRegistryObject(sptr<IRemoteObject> &object) SetRegistryObject() argument
[all...]
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp900 NAPI_ohos_rpc_getNativeRemoteObject(napi_env env, napi_value object) NAPI_ohos_rpc_getNativeRemoteObject() argument
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp172 sptr<IRemoteObject> object = current->GetRegistryObject(); in GetRegistryObject() local
275 bool IPCProcessSkeleton::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() argument
346 IsContainsObject(IRemoteObject *object) IsContainsObject() argument
363 DetachObject(IRemoteObject *object) DetachObject() argument
382 AttachObject(IRemoteObject *object, bool lockFlag) AttachObject() argument
557 ProxyAttachDBinderSession(uint32_t handle, std::shared_ptr<DBinderSessionObject> object) ProxyAttachDBinderSession() argument
680 StubAttachDBinderSession(uint32_t handle, std::shared_ptr<DBinderSessionObject> object) StubAttachDBinderSession() argument
711 AttachThreadLockInfo(std::shared_ptr<SocketThreadLockInfo> object, const std::thread::id &threadId) AttachThreadLockInfo() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp594 napi_value object = NapiUtils::CreateObject(context->GetEnv()); in AddCurlHandle() local
1482 ProcByExpectDataType(napi_value object, RequestContext *context) AddCurlHandle() argument
[all...]
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_device.cpp362 napi_value ProcessEapConfig(const napi_env& env, const napi_value& object, WifiDeviceConfig& devConfig) in ProcessEapConfig() argument
410 napi_value ConfigStaticIp(const napi_env& env, const napi_value& object, WifiDeviceConfig& cppConfig) in ConfigStaticIp() argument
450 ErrCode ProcessProxyConfig(const napi_env& env, const napi_value& object, WifiDeviceConfig& cppConfig) in ProcessProxyConfig() argument
498 napi_value JsObjToWapiConfig(const napi_env& env, const napi_value& object, WifiDeviceConfi argument
516 JsObjToDeviceConfig(const napi_env& env, const napi_value& object, WifiDeviceConfig& cppConfig) JsObjToDeviceConfig() argument
[all...]
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp1243 auto object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetSelfAppName() local
1286 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleName() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp1180 NativeRdb::ValueObject object; in AllocResourceAndShare() local
1207 NativeRdb::ValueObject object; in ConvertCursor() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1150 std::vector<QuerySyncObject> object = QuerySyncObject::GetQuerySyncObject(option.query); in CheckQueryValid() local
1174 int SQLiteRelationalStore::CheckObjectValid(bool priorityTask, const std::vector<QuerySyncObject> &object, in CheckObjectValid() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1191 ValueObject object; in Execute() local
1233 HandleDifferentSqlTypes(std::shared_ptr<Statement> statement, const std::string &sql, const ValueObject &object, int sqlType) HandleDifferentSqlTypes() argument
1298 ValueObject object; ExecuteAndGetString() local
[all...]
H A Dsqlite_connection.cpp843 ValueObject object; in ExecuteForValue() local
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2356 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleLable() local
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp1640 napi_value object = argv[DM_NAPI_ARGS_ONE]; in BindTarget() local
1563 BindDevOrTarget(DeviceManagerNapi *deviceManagerWrapper, const std::string &deviceId, napi_env env, napi_value &object) BindDevOrTarget() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp79 inline DispatchKey GetDispatchKey(const T object) in GetDispatchKey() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp74 napi_value WebGL2RenderingContextImpl::DeleteQuery(napi_env env, napi_value object) in DeleteQuery() argument
96 napi_value WebGL2RenderingContextImpl::IsQuery(napi_env env, napi_value object) in IsQuery() argument
130 napi_value WebGL2RenderingContextImpl::BeginQuery(napi_env env, GLenum target, napi_value object) in BeginQuery() argument
366 napi_value WebGL2RenderingContextImpl::DeleteVertexArray(napi_env env, napi_value object) in DeleteVertexArray() argument
384 napi_value WebGL2RenderingContextImpl::IsVertexArray(napi_env env, napi_value object) in IsVertexArray() argument
398 BindVertexArray(napi_env env, napi_value object) BindVertexArray() argument
1504 BindBuffer(napi_env env, GLenum target, napi_value object) BindBuffer() argument
1591 DeleteBuffer(napi_env env, napi_value object) DeleteBuffer() argument
[all...]
H A Dwebgl_rendering_context_base_impl.cpp169 napi_value WebGLRenderingContextBaseImpl::IsBuffer(napi_env env, napi_value object) in IsBuffer() argument
181 napi_value WebGLRenderingContextBaseImpl::BindBuffer(napi_env env, GLenum target, napi_value object) in BindBuffer() argument
212 napi_value WebGLRenderingContextBaseImpl::IsFrameBuffer(napi_env env, napi_value object) in IsFrameBuffer() argument
225 napi_value WebGLRenderingContextBaseImpl::BindFrameBuffer(napi_env env, GLenum target, napi_value object) in BindFrameBuffer() argument
263 napi_value WebGLRenderingContextBaseImpl::BindRenderBuffer(napi_env env, GLenum target, napi_value object) in BindRenderBuffer() argument
427 CompileShader(napi_env env, napi_value object) CompileShader() argument
440 ShaderSource(napi_env env, napi_value object, const std::string& source) ShaderSource() argument
461 DeleteBuffer(napi_env env, napi_value object) DeleteBuffer() argument
481 DeleteFrameBuffer(napi_env env, napi_value object) DeleteFrameBuffer() argument
540 DeleteProgram(napi_env env, napi_value object) DeleteProgram() argument
558 DeleteRenderBuffer(napi_env env, napi_value object) DeleteRenderBuffer() argument
630 DeleteShader(napi_env env, napi_value object) DeleteShader() argument
644 GetShaderParameter(napi_env env, napi_value object, GLenum pname) GetShaderParameter() argument
708 DeleteTexture(napi_env env, napi_value object) DeleteTexture() argument
825 FrameBufferRenderBuffer( napi_env env, GLenum target, GLenum attachment, GLenum renderBufferTarget, napi_value object) FrameBufferRenderBuffer() argument
922 GetProgramParameter(napi_env env, napi_value object, GLenum pname) GetProgramParameter() argument
968 GetAttachedShaders(napi_env env, napi_value object) GetAttachedShaders() argument
990 GetUniformLocation(napi_env env, napi_value object, const std::string& name) GetUniformLocation() argument
1023 GetAttribLocation(napi_env env, napi_value object, const std::string& name) GetAttribLocation() argument
1301 UseProgram(napi_env env, napi_value object) UseProgram() argument
1318 ValidateProgram(napi_env env, napi_value object) ValidateProgram() argument
1330 LinkProgram(napi_env env, napi_value object) LinkProgram() argument
2844 GetValidFrameBuffer(napi_env env, napi_value object) GetValidFrameBuffer() argument
2853 GetValidBuffer(napi_env env, napi_value object) GetValidBuffer() argument
2862 GetValidRenderBuffer(napi_env env, napi_value object) GetValidRenderBuffer() argument
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp453 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
/kernel/linux/linux-5.10/drivers/acpi/
H A Dosl.c1715 acpi_os_release_object(acpi_cache_t * cache, void *object) acpi_os_release_object() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dmlx90632.c545 static s32 mlx90632_calc_temp_object_iteration(s32 prev_object_temp, s64 object, in mlx90632_calc_temp_object_iteration() argument
578 static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb, in mlx90632_calc_temp_object() argument
600 static s32 mlx90632_calc_temp_object_extended(s64 object, s64 ambient, s64 reflected, in mlx90632_calc_temp_object_extended() argument
632 s64 object, ambient; in mlx90632_calc_object_dsp105() local
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dgconf.c460 void on_window1_destroy(GtkObject * object, gpointer user_data) in on_window1_destroy() argument
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c477 static int get_token_u32(void *elem, void *object, u32 offset, u32 size) in get_token_u32() argument
486 static int get_token_u16(void *elem, void *object, u32 offset, u32 size) in get_token_u16() argument
495 static int get_token_uuid(void *elem, void *object, u32 offset, u32 size) in get_token_uuid() argument
505 static int get_token_comp_format(void *elem, void *object, u32 offset, u32 size) in get_token_comp_format() argument
514 static int get_token_dai_type(void *elem, void *object, u3 argument
523 get_token_process_type(void *elem, void *object, u32 offset, u32 size) get_token_process_type() argument
800 sof_parse_uuid_tokens(struct snd_soc_component *scomp, void *object, const struct sof_topology_token *tokens, int count, struct snd_soc_tplg_vendor_array *array, size_t offset) sof_parse_uuid_tokens() argument
837 sof_parse_string_tokens(struct snd_soc_component *scomp, void *object, const struct sof_topology_token *tokens, int count, struct snd_soc_tplg_vendor_array *array, size_t offset) sof_parse_string_tokens() argument
874 sof_parse_word_tokens(struct snd_soc_component *scomp, void *object, const struct sof_topology_token *tokens, int count, struct snd_soc_tplg_vendor_array *array, size_t offset) sof_parse_word_tokens() argument
928 sof_parse_token_sets(struct snd_soc_component *scomp, void *object, const struct sof_topology_token *tokens, int count, struct snd_soc_tplg_vendor_array *array, int priv_size, int sets, size_t object_size) sof_parse_token_sets() argument
996 sof_parse_tokens(struct snd_soc_component *scomp, void *object, const struct sof_topology_token *tokens, int count, struct snd_soc_tplg_vendor_array *array, int priv_size) sof_parse_tokens() argument
[all...]
/kernel/linux/linux-5.10/mm/
H A Dkmemleak.c280 hex_dump_object(struct seq_file *seq, struct kmemleak_object *object) hex_dump_object() argument
306 color_white(const struct kmemleak_object *object) color_white() argument
312 color_gray(const struct kmemleak_object *object) color_gray() argument
323 unreferenced_object(struct kmemleak_object *object) unreferenced_object() argument
334 print_unreferenced(struct seq_file *seq, struct kmemleak_object *object) print_unreferenced() argument
359 dump_object_info(struct kmemleak_object *object) dump_object_info() argument
384 struct kmemleak_object *object = lookup_object() local
408 get_object(struct kmemleak_object *object) get_object() argument
419 struct kmemleak_object *object; mem_pool_alloc() local
446 mem_pool_free(struct kmemleak_object *object) mem_pool_free() argument
468 struct kmemleak_object *object = free_object_rcu() local
489 put_object(struct kmemleak_object *object) put_object() argument
514 struct kmemleak_object *object; find_and_get_object() local
533 __remove_object(struct kmemleak_object *object) __remove_object() argument
547 struct kmemleak_object *object; find_and_remove_object() local
574 struct kmemleak_object *object, *parent; create_object() local
659 __delete_object(struct kmemleak_object *object) __delete_object() argument
682 struct kmemleak_object *object; delete_object_full() local
702 struct kmemleak_object *object; delete_object_part() local
731 __paint_it(struct kmemleak_object *object, int color) __paint_it() argument
738 paint_it(struct kmemleak_object *object, int color) paint_it() argument
749 struct kmemleak_object *object; paint_ptr() local
788 struct kmemleak_object *object; add_scan_area() local
841 struct kmemleak_object *object; object_set_excess_ref() local
864 struct kmemleak_object *object; object_no_scan() local
1017 struct kmemleak_object *object; kmemleak_update_trace() local
1172 update_checksum(struct kmemleak_object *object) update_checksum() argument
1188 update_refs(struct kmemleak_object *object) update_refs() argument
1245 struct kmemleak_object *object; scan_block() local
1325 scan_object(struct kmemleak_object *object) scan_object() argument
1373 struct kmemleak_object *object, *tmp; scan_gray_list() local
1408 struct kmemleak_object *object; kmemleak_scan() local
1624 struct kmemleak_object *object; kmemleak_seq_start() local
1689 struct kmemleak_object *object = v; kmemleak_seq_show() local
1714 struct kmemleak_object *object; dump_str_object_info() local
1741 struct kmemleak_object *object; kmemleak_clear() local
1853 struct kmemleak_object *object, *tmp; __kmemleak_do_cleanup() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c156 struct nvkm_object object; member
161 gf100_fermi_mthd_zbc_color(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_color() argument
207 gf100_fermi_mthd_zbc_depth(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_depth() argument
231 gf100_fermi_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in gf100_fermi_mthd() argument
286 struct gf100_gr_object *object; gf100_gr_object_new() local
320 gf100_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, int align, struct nvkm_gpuobj **pgpuobj) gf100_gr_chan_bind() argument
355 gf100_gr_chan_dtor(struct nvkm_object *object) gf100_gr_chan_dtor() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfscache-cache.h100 struct fscache_object *object; /* object to be operated upon */ member
398 fscache_object_is_live(struct fscache_object *object) fscache_object_is_live() argument
403 fscache_object_is_dying(struct fscache_object *object) fscache_object_is_dying() argument
408 fscache_object_is_available(struct fscache_object *object) fscache_object_is_available() argument
413 fscache_cache_is_broken(struct fscache_object *object) fscache_cache_is_broken() argument
418 fscache_object_is_active(struct fscache_object *object) fscache_object_is_active() argument
444 fscache_object_lookup_error(struct fscache_object *object) fscache_object_lookup_error() argument
461 fscache_set_store_limit(struct fscache_object *object, loff_t i_size) fscache_set_store_limit() argument
496 fscache_use_cookie(struct fscache_object *object) fscache_use_cookie() argument
519 fscache_unuse_cookie(struct fscache_object *object) fscache_unuse_cookie() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dosl.c1617 acpi_os_release_object(acpi_cache_t * cache, void *object) acpi_os_release_object() argument
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dglock.c865 void glock_set_object(struct gfs2_glock *gl, void *object) in glock_set_object() argument
886 void glock_clear_object(struct gfs2_glock *gl, void *object) in glock_clear_object() argument
[all...]

Completed in 54 milliseconds

1...<<919293949596979899100>>...111