Home
last modified time | relevance | path

Searched defs:property (Results 626 - 650 of 793) sorted by relevance

1...<<21222324252627282930>>...32

/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp131 WSError SessionProxy::Show(sptr<WindowSessionProperty> property) in Show() argument
56 Foreground( sptr<WindowSessionProperty> property, bool isFromClient, const std::string& identityToken) Foreground() argument
223 Connect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, SystemSessionConfig& systemConfig, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, const std::string& identityToken) Connect() argument
1767 UpdateSessionPropertyByAction(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) UpdateSessionPropertyByAction() argument
[all...]
H A Dsession_stub.cpp237 sptr<WindowSessionProperty> property = nullptr; in HandleForeground() local
289 sptr<WindowSessionProperty> property = nullptr; in HandleShow() local
329 sptr<WindowSessionProperty> property = nullptr; HandleConnect() local
1118 sptr<WindowSessionProperty> property = nullptr; HandleUpdatePropertyByAction() local
[all...]
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp2762 ScreenProperty property = ssm_->GetScreenProperty(screenId); in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp189 sptr<WindowSessionProperty> property = new WindowSessionProperty(); in HWTEST_F() local
429 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local
464 sptr<WindowSessionProperty> property = new WindowSessionProperty(); HWTEST_F() local
650 sptr<WindowSessionProperty> property = new WindowSessionProperty(); HWTEST_F() local
1233 sptr<WindowSessionProperty> property = new WindowSessionProperty(); HWTEST_F() local
1431 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1545 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1570 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1605 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1630 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
[all...]
H A Dscene_session_manager_test3.cpp360 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local
549 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local
571 sptr<WindowSessionProperty> property in HWTEST_F() local
643 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
915 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
939 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
963 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1004 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1031 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1058 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1117 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); HWTEST_F() local
1335 sptr<WindowSessionProperty> property = nullptr; HWTEST_F() local
[all...]
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h169 CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, SystemSessionConfig& systemConfig, sptr<IRemoteObject> token = nullptr) CreateAndConnectSpecificSession() argument
173 RecoverAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token = nullptr) RecoverAndConnectSpecificSession() argument
182 RecoverAndReconnectSceneSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token = nullptr) RecoverAndReconnectSceneSession() argument
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp376 auto property = node->GetWindowProperty(); in ComputeDecoratedRequestRect() local
430 auto property = node->GetWindowProperty(); in UpdateLayoutRect() local
583 auto property = (*iter)->GetWindowProperty(); GetCurCascadeRect() local
628 auto property = node->GetWindowProperty(); SetDefaultCascadeRect() local
1010 auto property = node->GetWindowProperty(); GetMaximizeRect() local
[all...]
H A Dwindow_node.cpp66 void WindowNode::SetWindowProperty(const sptr<WindowProperty>& property) in SetWindowProperty() argument
71 void WindowNode::SetSystemBarProperty(WindowType type, const SystemBarProperty& property) in SetSystemBarProperty() argument
/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...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-dbus.c312 const char *property; /* Property name (extracted from the message). */ member
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp2580 GLenum property = GL_BUFFER_DATA_SIZE; in TEST_P() local
2627 GLenum property = GL_BUFFER_DATA_SIZE; in TEST_P() local
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp438 napi_value property = nullptr; in GetArrayProperty() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp276 bool SetProperty(const std::string& property, const std::string& value) in SetProperty() argument
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1174 void GetDlpPropertyExpireTime(napi_env env, napi_value jsObject, DlpProperty& property) in GetDlpPropertyExpireTime() argument
1183 GetDlpProperty(napi_env env, napi_value jsObject, DlpProperty& property) GetDlpProperty() argument
1281 DlpPropertyToJs(napi_env env, const DlpProperty& property) DlpPropertyToJs() argument
[all...]

Completed in 47 milliseconds

1...<<21222324252627282930>>...32