Searched refs:TIME_STAMP (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | event_unit_test.cpp | 25 const TimeType TIME_STAMP = 10; variable 79 event_->SetTimeStamp(TIME_STAMP); 80 EXPECT_EQ(event_->GetTimeStamp(), TIME_STAMP);
|
H A D | long_press_event_unit_test.cpp | 25 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 D | app_control_manager_rdb.cpp | 46 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 D | dlp_callback_test.cpp | 34 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 D | hisysevent.yaml | 227 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 D | lnn_disctributed_net_ledger_test.cpp | 57 constexpr uint64_t TIME_STAMP = 5000; variable 99 info.heartbeatTimeStamp = TIME_STAMP; in SetUp()
|