Home
last modified time | relevance | path

Searched refs:PutUint16Value (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h80 bool PutUint16Value(const std::string_view &key, uint16_t value);
H A Dscene_format.cpp34 bool SceneFormat::PutUint16Value(const std::string_view &key, uint16_t value) in PutUint16Value() function in OHOS::Sharing::SceneFormat
323 (void)format.PutUint16Value(key, parcel.ReadUint16()); in Unmarshalling()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp879 auto ret = sceneFormat->PutUint16Value(key, value); in HWTEST_F()
1308 sceneFormatIn.PutUint16Value(key, valueUInt16); in HWTEST_F()

Completed in 5 milliseconds