Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h81 bool PutUint32Value(const std::string_view &key, uint32_t value);
H A Dscene_format.cpp56 bool SceneFormat::PutUint32Value(const std::string_view &key, uint32_t value) in PutUint32Value() function in OHOS::Sharing::SceneFormat
332 (void)format.PutUint32Value(key, parcel.ReadUint32()); in Unmarshalling()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp893 auto ret = sceneFormat->PutUint32Value(key, value); in HWTEST_F()
1334 sceneFormatIn.PutUint32Value(key, valueUint32); in HWTEST_F()

Completed in 4 milliseconds