Home
last modified time | relevance | path

Searched defs:Normal (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/
H A Dserializable_test.cpp27 struct Normal final : public Serializable { struct in OHOS::Test::SerializableTest
29 std::string name = "Test";
30 int32_t count = 0;
31 uint32_t status = 1;
32 int64_t value = 2;
33 bool isClear = false;
34 std::vector<std::string> cols{ "123", "345", "789" };
35 std::vector<std::vector<int32_t>> colRow{ { 123, 345, 789 }, { 123, 345, 789 } };
37 bool Marshal(json &node) const override in Marshal()
48 bool Unmarshal(const json &node) override in Unmarshal()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp26 struct Normal final : public Serializable { struct in OHOS::Test::SerializableTest
28 std::string name = "Test";
29 int32_t count = 0;
30 uint32_t status = 1;
31 int64_t value = 2;
32 bool isClear = false;
33 std::vector<std::string> cols{ "123", "345", "789" };
34 std::vector<std::vector<int32_t>> colRow{ { 123, 345, 789 }, { 123, 345, 789 } };
36 bool Marshal(json &node) const override in Marshal()
47 bool Unmarshal(const json &node) override in Unmarshal()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddump_flag.rs17 Normal, enumerator
37 Normal = DUMP_FLAG_PRIORITY_NORMAL, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/airquality/src/main/js/default/i18n/
H A Dzh-CN.json6 "Normal": "一般", string
H A Den-US.json6 "Normal": "Normal", string
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_common_base.h25 Normal = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_info.h82 Normal = 0, enumerator
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_def.h29 Normal = 0, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs72 Normal, enumerator