| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.cpp | 31 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() argument 187 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.cpp | 42 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() argument 178 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList() argument
|
| /base/inputmethod/imf/frameworks/cj/src/ |
| H A D | input_method_ffi.cpp | 27 int32_t FfiInputMethodGetDefaultInputMethod(CInputMethodProperty &props) in FfiInputMethodGetDefaultInputMethod() argument 43 int32_t FfiInputMethodGetCurrentInputMethod(CInputMethodProperty &props) in FfiInputMethodGetCurrentInputMethod() argument 58 int32_t FfiInputMethodSwitchInputMethod(bool &result, CInputMethodProperty props) in FfiInputMethodSwitchInputMethod() argument 88 int32_t FfiInputMethodGetCurrentInputMethodSubtype(CInputMethodSubtype &props) in FfiInputMethodGetCurrentInputMethodSubtype() argument 136 RetInputMethodSubtype FfiInputMethodSettingListInputMethodSubtype(CInputMethodProperty props) in FfiInputMethodSettingListInputMethodSubtype() argument 162 CInputMethodSubtype props; FfiInputMethodSettingListInputMethodSubtype() local 194 CInputMethodSubtype props; FfiInputMethodSettingListCurrentInputMethodSubtype() local 225 CInputMethodProperty props; FfiInputMethodSettingGetInputMethods() local 256 CInputMethodProperty props; FfiInputMethodSettingGetAllInputMethods() local [all...] |
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| H A D | json_operate_test.cpp | 378 std::vector<Property> props; in HWTEST_F() local
|
| H A D | input_method_switch_test.cpp | 477 std::vector<Property> props; in HWTEST_F() local
|
| /base/global/resource_management/interfaces/js/kits/src/ |
| H A D | sendable_resource_manager_napi.cpp | 58 static bool GetResourceProp(napi_env env, napi_callback_info info, std::vector<napi_value> &props)
in GetResourceProp() argument 153 std::vector<napi_value> props;
in InstanceResource() local [all...] |
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_app_cert_process.c | 251 struct CmKeyProperties props = { in ImportRsaKey() local 289 const struct CmKeyProperties props = { in ImportEccKey() local 318 struct CmKeyProperties props = { in ImportEd25519Key() local
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
| H A D | drm_device.cpp | 107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType);
in GetProperty() local
|
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| H A D | drm_device.cpp | 110 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_gpuprops_types.h | 82 base_gpu_props props; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_gpuprops_types.h | 86 base_gpu_props props; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_gpuprops.c | 39 static void kbase_gpuprops_construct_coherent_groups(struct base_gpu_props *const props) in kbase_gpuprops_construct_coherent_groups() argument 524 struct base_gpu_props *props = &kprops->props; kbase_gpuprops_populate_user_buffer() local [all...] |
| H A D | mali_kbase_gpuprops_types.h | 90 struct base_gpu_props props; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_block_alloc.c | 263 int mali_mem_block_mali_map(mali_mem_block_mem *block_mem, struct mali_session_data *session, u32 vaddr, u32 props) in mali_mem_block_mali_map() argument
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| H A D | drm_device.cpp | 107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| H A D | drm_device.cpp | 107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| H A D | drm_device.cpp | 107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType); in GetProperty() local
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| H A D | drm_device.cpp | 107 drmModeObjectPropertiesPtr props = drmModeObjectGetProperties(GetDrmFd(), objId, objType);
in GetProperty() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_block_alloc.c | 264 int mali_mem_block_mali_map(mali_mem_block_mem *block_mem, struct mali_session_data *session, u32 vaddr, u32 props) in mali_mem_block_mali_map() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_gpuprops.c | 38 kbase_gpuprops_construct_coherent_groups( struct base_gpu_props * const props) kbase_gpuprops_construct_coherent_groups() argument 792 struct base_gpu_props *props = &kprops->props; kbase_gpuprops_populate_user_buffer() local [all...] |
| H A D | mali_kbase_gpuprops_types.h | 164 struct base_gpu_props props; member
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
| H A D | js_startup_task.cpp | 110 napi_property_descriptor props[] = { in LoadJsAsyncTaskCallback() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
| H A D | multi_menu_layout_algorithm.cpp | 151 auto props = layoutWrapper->GetLayoutProperty(); in UpdateEmbeddedPercentReference() local
|
| H A D | sub_menu_layout_algorithm.cpp | 30 auto props = AceType::DynamicCast<MenuLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
| H A D | option_view.cpp | 49 auto props = node->GetPaintProperty<OptionPaintProperty>(); in Create() local 93 auto props = iconNode->GetLayoutProperty<ImageLayoutProperty>(); in CreateIcon() local 122 auto props = iconNode->GetLayoutProperty<TextLayoutProperty>(); in CreateSymbol() local [all...] |