Home
last modified time | relevance | path

Searched defs:property (Results 326 - 350 of 780) sorted by relevance

1...<<11121314151617181920>>...32

/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp66 CastSessionProperty property = {CastEngine::ProtocolType::CAST_PLUS_STREAM, CastEngine::EndType::CAST_SOURCE}; in CreateSession() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dslow_motion_session_napi.cpp219 napi_value property; in GetDoubleProperty() local
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.cpp115 CastSessionProperty property = {CastEngine::ProtocolType::CAST_PLUS_STREAM, CastEngine::EndType::CAST_SOURCE}; in StartCastSession() local
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi_ext.cpp152 napi_value property = nullptr; in GetToneHapticsSettingsToEnv() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp1029 shared_ptr<Property> property = make_shared<Property>(); in HWTEST_F() local
1040 shared_ptr<Property> property = make_shared<Property>(); in HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2554 string property = "GetPropertyInner"; HWTEST_F() local
[all...]
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp420 SystemBarProperty property; in HWTEST_F() local
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp193 sptr<WindowSessionProperty> property = UnmarshallingDataTo<WindowSessionProperty>(data, size); in ProxyInterfaceFuzzTestPart1() local
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp299 std::string property = "property"; in IsPropertyValidFuzzTest() local
321 std::string property = "property"; in GetIntValueFuzzTest() local
333 std::string property in GetStringValueFuzzTest() local
347 std::string property = "property"; GetLongValueFuzzTest() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp59 int SQLiteMultiVerDataStorage::CheckVersion(const Property &property, bool &isDbExist) const in CheckVersion() argument
78 int SQLiteMultiVerDataStorage::GetVersion(const Property &property, int &version, bool &isDbExisted) const in GetVersion() argument
91 int SQLiteMultiVerDataStorage::Open(const Property &property) in Open() argument
376 BackupCurrentDatabase(const Property &property, const std::string &dir) BackupCurrentDatabase() argument
388 ImportDatabase(const Property &property, const std::string &dir, const CipherPassword &passwd) ImportDatabase() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_single_version_result_set_test.cpp103 KvDBProperties property; in SetUp() local
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp635 KvDBProperties property; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_register_observer_test.cpp160 KvDBProperties property; in SetUp() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp59 napi_value property = nullptr; in SetNamedProperty() local
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp201 PasteDataProperty property; in FuzzPasteData002() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp70 IntHasProperty( const std::string &section, const std::string &subSection, const std::string &property) IntHasProperty() argument
88 ConstructPropertyNode( xmlNodePtr &sectionNode, xmlNodePtr &propertyNode, const std::string &property) ConstructPropertyNode() argument
106 FindOrCreatePropertyNode( const std::string &section, const std::string &subSection, const std::string &property) FindOrCreatePropertyNode() argument
208 HasProperty(xmlNodePtr node, const std::string &property) HasProperty() argument
224 RemoveProperty(xmlNodePtr node, const std::string &property) RemoveProperty() argument
284 GetValue( const std::string &section, const std::string &subSection, const std::string &property, int &value) GetValue() argument
291 GetValue( const std::string &section, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument
298 GetValue( const std::string &section, const std::string &subSection, const std::string &property, bool &value) GetValue() argument
305 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const int &value) SetValue() argument
319 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument
327 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument
342 HasProperty(const std::string &section, const std::string &subSection, const std::string &property) HasProperty() argument
449 RemoveProperty(const std::string &section, const std::string &subSection, const std::string &property) RemoveProperty() argument
455 GetValue(const std::string &section, const std::string &property, int &value) GetValue() argument
461 GetValue(const std::string &section, const std::string &property, std::string &value) GetValue() argument
467 GetValue(const std::string &section, const std::string &property, bool &value) GetValue() argument
473 SetValue(const std::string &section, const std::string &property, const int &value) SetValue() argument
486 SetValue(const std::string &section, const std::string &property, const std::string &value) SetValue() argument
493 SetValue(const std::string &section, const std::string &property, const bool &value) SetValue() argument
507 HasProperty(const std::string &section, const std::string &property) HasProperty() argument
555 RemoveProperty(const std::string &section, const std::string &property) RemoveProperty() argument
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dsingle_display_fold_policy.cpp348 ScreenProperty property = screenSession->UpdatePropertyByFoldControl(screenProperty_); in SendPropertyChangeResult() local
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H A Dscreen_session_manager_client_stub.cpp120 ScreenProperty property; in HandleOnPropertyChanged() local
H A Dscreen_session_manager_client_proxy.cpp130 OnPropertyChanged(ScreenId screenId, const ScreenProperty& property, ScreenPropertyChangeReason reason) OnPropertyChanged() argument
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp188 auto property = GetSessionProperty(); in SetMainWindowTopmost() local
62 Reconnect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, int32_t pid, int32_t uid) Reconnect() argument
[all...]
H A Dsystem_session.cpp76 WSError SystemSession::Show(sptr<WindowSessionProperty> property) in Show() argument
336 auto property = GetSessionProperty(); in UpdatePointerArea() local
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp77 sptr<WindowSessionProperty> property = session->GetSessionProperty(); in DumpSceneSessionParam() local
111 DumpSessionParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpSessionParam() argument
158 DumpLayoutRectParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpLayoutRectParam() argument
215 DumpLayoutParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpLayoutParam() argument
254 DumpAbilityParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpAbilityParam() argument
297 DumpKeyboardParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpKeyboardParam() argument
419 DumpDisplayParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpDisplayParam() argument
439 DumpFocusParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpFocusParam() argument
457 DumpInputParam( std::ostringstream& oss, sptr<SceneSession> session, sptr<WindowSessionProperty> property) DumpInputParam() argument
[all...]
H A Dwindow_scene_config.cpp221 std::map<std::string, ConfigItem> property; in ReadProperty() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_stub_test.cpp498 ScreenProperty property; in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp163 sptr<WindowSessionProperty> property = new WindowSessionProperty(); in HWTEST_F() local
228 sptr<WindowSessionProperty> property = new(std::nothrow) WindowSessionProperty(); in HWTEST_F() local
719 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local
781 sptr<WindowSessionProperty> property = new(std::nothrow) WindowSessionProperty(); HWTEST_F() local
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...32