Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 - 25 of 72) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty_handle_util.h47 ScopedHandle<T> MakeScopedHandle(IPropertyHandle& handle, BASE_NS::string_view propertyName) in MakeScopedHandle() argument
67 bool SetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName, T&& propertyValue) in SetPropertyValue() argument
75 T GetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName, const PropertyTypeDecl& propertyType) in GetPropertyValue() argument
28 MakeScopedHandle( IPropertyHandle& handle, BASE_NS::string_view propertyName, const PropertyTypeDecl& propertyType) MakeScopedHandle() argument
55 SetPropertyValue( IPropertyHandle& handle, BASE_NS::string_view propertyName, const PropertyTypeDecl& propertyType, T&& propertyValue) SetPropertyValue() argument
85 GetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName) GetPropertyValue() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h88 bool SetValue(BASE_NS::string_view propertyName, T&& propertyValue) in SetValue() argument
93 T GetValue(BASE_NS::string_view propertyName) in GetValue() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_data_process_pipeline.h53 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
H A Dmock_dcamera_sink_data_process.h66 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
H A Dmock_dcamera_sink_output.h72 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/
H A Dcloud_sync_manager_napi.cpp47 char propertyName[] = "Action"; in InitENumACtions() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h88 bool SetValue(const BASE_NS::string_view propertyName, T&& propertyValue) in SetValue() argument
93 T GetValue(const BASE_NS::string_view propertyName) in GetValue() argument
177 bool SetValue(const BASE_NS::string_view propertyName, T&& propertyValue) in SetValue() argument
182 GetValue(const BASE_NS::string_view propertyName) GetValue() argument
[all...]
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_n_exporter.cpp31 char propertyName[] = "State"; in InitState() local
80 char propertyName[] = "SyncState"; in InitCloudSyncState() local
97 char propertyName[] = "FileSyncState"; in InitFileSyncState() local
112 char propertyName[] = "ErrorType"; in InitErrorType() local
132 char propertyName[] = "DownloadErrorType"; in InitDownloadErrorType() local
154 const char propertyName[] = "NotifyType"; InitNotifyType() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dlocalization_module.cpp29 jerry_value_t propertyName = jerry_create_string(reinterpret_cast<const jerry_char_t *>(name)); in Init() local
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Ddcamera_pipeline_source_test.cpp227 std::string propertyName = "propertyName"; in HWTEST_F() local
H A Ddcamera_pipeline_sink_test.cpp257 std::string propertyName = "propertyName"; in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_sink.cpp187 int32_t DCameraPipelineSink::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
H A Ddcamera_pipeline_source.cpp245 int32_t DCameraPipelineSource::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dfileshare_n_exporter.cpp64 char propertyName[] = "OperationMode"; in InitOperationMode() local
91 char propertyName[] = "PolicyErrorCode"; in InitPolicyErrorCode() local
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dnapi_common_fileaccess.cpp51 bool UnwrapUint32ByPropertyName(napi_env env, napi_value param, const char *propertyName, uint32_t &value) in UnwrapUint32ByPropertyName() argument
89 bool UnwrapBigIntUint64ByPropertyName(napi_env env, napi_value param, const char *propertyName, uint64_t &value) in UnwrapBigIntUint64ByPropertyName() argument
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp78 UnwrapPixelMapByPropertyName( napi_env env, napi_value jsObject, const char *propertyName, std::shared_ptr<Media::PixelMap> &value) UnwrapPixelMapByPropertyName() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h38 const std::string propertyName; member
/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp134 NapiDefineSendabledProperty(napi_env env, Local<ObjectRef>& obj, NapiPropertyDescriptor& propertyDescriptor, Local<JSValueRef>& propertyName, bool& result) NapiDefineSendabledProperty() argument
/foundation/filemanagement/user_file_service/frameworks/js/napi/common/
H A Dfile_extension_info_napi.cpp76 char propertyName[] = "DeviceFlag"; in InitDeviceFlag() local
89 char propertyName[] = "DocumentFlag"; in InitDocumentFlag() local
123 char propertyName[] = "DeviceType"; in InitDeviceType() local
162 char propertyName[] = "OPENFLAGS"; in InitOpenFlags() local
176 char propertyName[] = "FileKey"; in InitQueryFlags() local
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_rule_parse.cpp146 void NetFirewallRuleParse::SetIpList(napi_env env, napi_value object, const std::string &propertyName, in SetIpList() argument
167 void NetFirewallRuleParse::SetPortList(napi_env env, napi_value object, const std::string &propertyName, in SetPortList() argument
182 void NetFirewallRuleParse::SetDomainList(napi_env env, napi_value object, const std::string &propertyName, in SetDomainList() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_js_utils.h163 int32_t DataShareJSUtils::Convert2Value(napi_env env, napi_value input, const char* propertyName, T& output) in Convert2Value() argument
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dencode_data_process_test.cpp486 std::string propertyName = "propertyName"; in HWTEST_F() local
516 std::string propertyName = "surface"; in HWTEST_F() local
532 std::string propertyName = "surface"; in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp227 int32_t DCameraSinkDataProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rect.cpp65 auto propertyName = value->ToString(); in Create() local
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp50 std::string propertyName = "deviceId"; in ConvertScanResult() local

Completed in 11 milliseconds

123