Home
last modified time | relevance | path

Searched refs:SceneFormat (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.cpp23 bool SceneFormat::PutBoolValue(const std::string_view &key, bool value) in PutBoolValue()
34 bool SceneFormat::PutUint16Value(const std::string_view &key, uint16_t value) in PutUint16Value()
45 bool SceneFormat::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue()
56 bool SceneFormat::PutUint32Value(const std::string_view &key, uint32_t value) in PutUint32Value()
67 bool SceneFormat::PutInt64Value(const std::string_view &key, int64_t value) in PutInt64Value()
78 bool SceneFormat::PutUint64Value(const std::string_view &key, uint64_t value) in PutUint64Value()
89 bool SceneFormat::PutFloatValue(const std::string_view &key, float value) in PutFloatValue()
100 bool SceneFormat::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue()
111 bool SceneFormat::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue()
122 bool SceneFormat
[all...]
H A Dscene_service.h31 virtual int32_t OnServiceInfo(SceneFormat &formatData, SceneFormat &formatReply) = 0;
59 virtual void HandleMsg(SceneFormat &formatData) = 0;
H A Dscene_format.h63 class SceneFormat { class
65 using Ptr = std::shared_ptr<SceneFormat>;
103 static bool Unmarshalling(MessageParcel &parcel, SceneFormat &format);
104 static bool Marshalling(MessageParcel &parcel, const SceneFormat &format);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp790 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
797 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
805 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
819 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
833 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
847 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
861 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
875 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
889 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
903 auto sceneFormat = std::make_shared<SceneFormat>(); in HWTEST_F()
[all...]

Completed in 4 milliseconds