Home
last modified time | relevance | path

Searched refs:TIME_STAMP (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_unit_test.cpp25 const TimeType TIME_STAMP = 10; variable
79 event_->SetTimeStamp(TIME_STAMP);
80 EXPECT_EQ(event_->GetTimeStamp(), TIME_STAMP);
H A Dlong_press_event_unit_test.cpp25 const TimeType TIME_STAMP = 10; variable
40 longPressEvent_ = new LongPressEvent(INIT_POS, TIME_STAMP); in SetUpTestCase()
79 EXPECT_EQ(longPressEvent_->GetTimeStamp(), TIME_STAMP);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_rdb.cpp46 const std::string TIME_STAMP = "TIME_STAMP"; variable
93 valuesBucket.PutInt(TIME_STAMP, timeStamp); in AddAppInstallControlRule()
203 valuesBucket.PutInt(TIME_STAMP, timeStamp); in AddAppRunningControlRule()
366 valuesBucket.PutInt(TIME_STAMP, timeStamp); in SetDisposedStatus()
467 valuesBucket.PutInt(TIME_STAMP, timeStamp); in SetDisposedRule()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_callback_test.cpp34 static const int32_t TIME_STAMP = 100; variable
439 dlpSandboxInfo.timeStamp = TIME_STAMP;
467 dlpSandboxInfo.timeStamp = TIME_STAMP;
/ohos5.0/foundation/bundlemanager/bundle_framework/
H A Dhisysevent.yaml227 TIME_STAMP: {type: INT64, desc: time stamp}
236 TIME_STAMP: {type: INT64, desc: time stamp}
254 TIME_STAMP: {type: INT64, desc: time stamp}
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp57 constexpr uint64_t TIME_STAMP = 5000; variable
99 info.heartbeatTimeStamp = TIME_STAMP; in SetUp()