Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h82 bool PutUint64Value(const std::string_view &key, uint64_t value);
H A Dscene_format.cpp78 bool SceneFormat::PutUint64Value(const std::string_view &key, uint64_t value) in PutUint64Value() function in OHOS::Sharing::SceneFormat
338 (void)format.PutUint64Value(key, parcel.ReadUint64()); in Unmarshalling()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp907 auto ret = sceneFormat->PutUint64Value(key, value); in HWTEST_F()
1360 sceneFormatIn.PutUint64Value(key, valueUint64); in HWTEST_F()

Completed in 4 milliseconds