| /base/account/os_account/interfaces/kits/napi/common/src/ |
| H A D | napi_account_common.cpp | 114 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 D | peruser_session.cpp | 833 void PerUserSession::NotifyImeChangeToClients(const Property &property, const SubProperty &subProperty) in NotifyImeChangeToClients() argument
|
| H A D | ime_info_inquirer.cpp | 242 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 D | hitrace_cmd.cpp | 219 static bool SetProperty(const string& property, const string& value) in SetProperty() argument
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| H A D | js_input_method_engine_setting.cpp | 524 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 D | input_method_controller.cpp | 427 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 D | napi_hisysevent_util.cpp | 717 napi_value property = nullptr; in AppendParamsInfo() local [all...] |
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| H A D | input_method_controller_test.cpp | 1239 std::shared_ptr<Property> property = nullptr; in HWTEST_F() local
|
| /base/customization/enterprise_device_management/interfaces/kits/network_manager/src/ |
| H A D | network_manager_addon.cpp | 97 napi_property_descriptor property[] = {
in Init() local
|
| /base/security/access_token/frameworks/js/napi/privacy/src/ |
| H A D | permission_record_manager_napi.cpp | 145 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 D | huks_napi_common_item.cpp | 575 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 D | appspawn_sandbox.c | 1003 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 D | app_spawn_test_helper.cpp | 582 AppSpawningCtx *property = CreateAppSpawningCtx(); in GetAppProperty() local
|
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
| H A D | image_source_test.cpp | 79 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 D | ecma-helpers.c | 1036 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 D | opcodes.c | 1071 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 D | node_contextify.cc | 456 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 D | icuexportdata.cpp | 129 UProperty property; member in PropertyValueNameGetter [all...] |
| /third_party/icu/icu4c/source/tools/icuexportdata/ |
| H A D | icuexportdata.cpp | 129 UProperty property; member in PropertyValueNameGetter
|
| /third_party/libdrm/ |
| H A D | xf86drmMode.h | 151 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 D | prettyprinter.cc | 1121 void AstPrinter::PrintClassProperty(ClassLiteral::Property* property) { in PrintClassProperty() argument 1210 ObjectLiteral::Property* property = properties->at(i); in PrintObjectProperties() local [all...] |
| H A D | ast.cc | 336 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 D | json-parser.cc | 441 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 D | json-stringifier.cc | 843 Handle<Object> property; in SerializeJSObject() local 882 Handle<Object> property; in SerializeJSReceiverSlow() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 1292 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...] |