Home
last modified time | relevance | path

Searched defs:property (Results 176 - 200 of 256) sorted by relevance

1234567891011

/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp114 bool GetIntProperty(napi_env env, napi_value obj, int32_t &property) in GetIntProperty() argument
126 bool GetOptionIntProperty(napi_env env, napi_value obj, int32_t &property, bool &hasProperty) in GetOptionIntProperty() argument
142 bool GetLongIntProperty(napi_env env, napi_value obj, int64_t &property) in GetLongIntProperty() argument
154 bool GetBoolProperty(napi_env env, napi_value obj, bool &property) in GetBoolProperty() argument
165 bool GetStringProperty(napi_env env, napi_value obj, std::string &property) in GetStringProperty() argument
181 GetStringArrayProperty(napi_env env, napi_value obj, std::vector<std::string> &property, bool allowEmpty) GetStringArrayProperty() argument
206 GetStringArrayPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::vector<std::string> &property, bool allowEmpty) GetStringArrayPropertyByKey() argument
214 GetCallbackProperty(napi_env env, napi_value obj, napi_ref &property, int argNum) GetCallbackProperty() argument
229 GetStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property) GetStringPropertyByKey() argument
236 GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property) GetOptionalStringPropertyByKey() argument
255 GetOptionalStringPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, std::string &property, bool &hasProperty) GetOptionalStringPropertyByKey() argument
[all...]
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp833 void PerUserSession::NotifyImeChangeToClients(const Property &property, const SubProperty &subProperty) in NotifyImeChangeToClients() argument
H A Dime_info_inquirer.cpp242 InputMethodInfo property; in ListInputMethodInfo() local
451 auto property = GetExtends(extends); GetSubProperty() local
471 auto property = GetExtends(extends); ListInputMethodSubtype() local
636 SubProperty property; GetExtends() local
[all...]
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp219 static bool SetProperty(const string& property, const string& value) in SetProperty() argument
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp524 napi_value JsInputMethodEngineSetting::GetResultOnSetSubtype(napi_env env, const SubProperty &property) in GetResultOnSetSubtype() argument
669 OnSetSubtype(const SubProperty &property) OnSetSubtype() argument
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp427 int32_t InputMethodController::GetDefaultInputMethod(std::shared_ptr<Property> &property) in GetDefaultInputMethod() argument
460 auto property = proxy->GetCurrentInputMethod(); in GetCurrentInputMethod() local
477 auto property = proxy->GetCurrentInputMethodSubtype(); in GetCurrentInputMethodSubtype() local
961 ListInputMethodSubtype(const Property &property, std::vector<SubProperty> &subProps) ListInputMethodSubtype() argument
[all...]
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp717 napi_value property = nullptr; in AppendParamsInfo() local
[all...]
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp1239 std::shared_ptr<Property> property = nullptr; in HWTEST_F() local
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp97 napi_property_descriptor property[] = { in Init() local
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp145 napi_value property = nullptr; in ParseAddPermissionFifthParam() local
392 napi_value property = nullptr; in ParseRequest() local
[all...]
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_common_item.cpp575 napi_value property = nullptr; in GetPropertyFromOptions() local
590 napi_value property = GetPropertyFromOptions(env, value, HKS_OPTIONS_PROPERTY_PROPERTIES); in ParseGetHksParamSet() local
606 napi_value property = GetPropertyFromOptions(env, value, HKS_OPTIONS_PROPERTY_PROPERTIES); in ParseGetHksParamSetAsUser() local
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c1003 static bool IsADFPermission(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property) in IsADFPermission() argument
189 InitSandboxContext(SandboxContext *context, const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn) InitSandboxContext() argument
1016 StagedMountSystemConst(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn) StagedMountSystemConst() argument
1310 MountSandboxConfigs(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn) MountSandboxConfigs() argument
[all...]
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp582 AppSpawningCtx *property = CreateAppSpawningCtx(); in GetAppProperty() local
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_test.cpp79 napi_value property = nullptr; in GetBoolProperty() local
93 napi_value property = nullptr; in GetInt32Property() local
104 napi_value property = nullptr; GetUint32Property() local
116 napi_value property = nullptr; GetArrayBufferProperty() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.c1036 ecma_is_property_writable(ecma_property_t property) ecma_is_property_writable() argument
1070 ecma_is_property_enumerable(ecma_property_t property) ecma_is_property_enumerable() argument
1106 ecma_is_property_configurable(ecma_property_t property) ecma_is_property_configurable() argument
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c1071 uint8_t property = property_pair_p->header.types[index]; in opfunc_set_class_attributes() local
191 vm_op_delete_prop(ecma_value_t object, ecma_value_t property, bool is_strict) vm_op_delete_prop() argument
[all...]
/third_party/node/src/
H A Dnode_contextify.cc456 PropertyGetterCallback( Local<Name> property, const PropertyCallbackInfo<Value>& args) PropertyGetterCallback() argument
483 PropertySetterCallback( Local<Name> property, Local<Value> value, const PropertyCallbackInfo<Value>& args) PropertySetterCallback() argument
552 PropertyDescriptorCallback( Local<Name> property, const PropertyCallbackInfo<Value>& args) PropertyDescriptorCallback() argument
573 PropertyDefinerCallback( Local<Name> property, const PropertyDescriptor& desc, const PropertyCallbackInfo<Value>& args) PropertyDefinerCallback() argument
634 PropertyDeleterCallback( Local<Name> property, const PropertyCallbackInfo<Boolean>& args) PropertyDeleterCallback() argument
[all...]
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp129 UProperty property; member in PropertyValueNameGetter
[all...]
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp129 UProperty property; member in PropertyValueNameGetter
/third_party/libdrm/
H A Dxf86drmMode.h151 static inline int drm_property_type_is(const drmModePropertyPtr property, in drm_property_type_is() argument
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.cc1121 void AstPrinter::PrintClassProperty(ClassLiteral::Property* property) { in PrintClassProperty() argument
1210 ObjectLiteral::Property* property = properties->at(i); in PrintObjectProperties() local
[all...]
H A Dast.cc336 ObjectLiteral::Property* property = properties()->at(i); in CalculateEmitStore() local
410 ObjectLiteral::Property* property = properties()->at(i); InitDepthAndFlags() local
475 ObjectLiteral::Property* property = properties()->at(i); BuildBoilerplateDescription() local
493 ObjectLiteral::Property* property = properties()->at(i); BuildBoilerplateDescription() local
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc441 const JsonProperty& property = property_stack[start + i]; in BuildJsonObject() local
457 const JsonProperty& property = property_stack[start + i]; in BuildJsonObject() local
478 const JsonProperty& property in BuildJsonObject() local
591 const JsonProperty& property = property_stack[start + j]; BuildJsonObject() local
653 const JsonProperty& property = property_stack[start + i]; BuildJsonObject() local
[all...]
H A Djson-stringifier.cc843 Handle<Object> property; in SerializeJSObject() local
882 Handle<Object> property; in SerializeJSReceiverSlow() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1292 struct tgsi_property property; in tgsi_default_property() local
1306 struct tgsi_property property; in tgsi_build_property() local
1330 property_grow( struct tgsi_property *property, struct tgsi_header *header ) property_grow() argument
1342 tgsi_build_property_data( unsigned value, struct tgsi_property *property, struct tgsi_header *header ) tgsi_build_property_data() argument
1365 struct tgsi_property *property; tgsi_build_full_property() local
[all...]

Completed in 39 milliseconds

1234567891011