Home
last modified time | relevance | path

Searched refs:TYPE_RELATIVE_STILL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Dstationary_data.h31 TYPE_RELATIVE_STILL, enumerator
106 { Type::TYPE_RELATIVE_STILL, "relativeStill" },
/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_service_test.cpp209 g_type = Type::TYPE_RELATIVE_STILL;
224 g_type = Type::TYPE_RELATIVE_STILL;
228 EXPECT_TRUE(data.type == Type::TYPE_RELATIVE_STILL &&
241 g_type = Type::TYPE_RELATIVE_STILL;
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp45 TYPE_RELATIVE_STILL, in DeviceStatusMsdpMock()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_napi.cpp128 return Type::TYPE_RELATIVE_STILL; in ConvertTypeToInt()