Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h79 bool PutInt64Value(const std::string_view &key, int64_t value);
H A Dscene_format.cpp67 bool SceneFormat::PutInt64Value(const std::string_view &key, int64_t value) in PutInt64Value() function in OHOS::Sharing::SceneFormat
335 (void)format.PutInt64Value(key, parcel.ReadInt64()); in Unmarshalling()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp865 auto ret = sceneFormat->PutInt64Value(key, value); in HWTEST_F()
1282 sceneFormatIn.PutInt64Value(key, valueInt64);

Completed in 6 milliseconds