Home
last modified time | relevance | path

Searched defs:timeInterval (Results 1 – 24 of 24) sorted by relevance

/base/location/test/location_passive/source/
Dpassive_ability_test.cpp96 int timeInterval = i; variable
138 int timeInterval = 1; variable
203 int timeInterval = 0; variable
234 int timeInterval = 0; variable
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp102 int timeInterval = i; variable
180 int timeInterval = 1; variable
246 int timeInterval = 0; variable
277 int timeInterval = 0; variable
/base/location/services/location_passive/passive/source/
Dpassive_ability.cpp144 LocationErrCode PassiveAbility::SetMocked(const int timeInterval, in SetMocked()
193 int timeInterval = data.ReadInt32(); in SendMessage() local
231 int timeInterval = event->GetParam(); in ProcessEvent() local
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp114 int timeInterval = i; variable
557 int timeInterval = 0; variable
616 int timeInterval = 0; variable
647 int timeInterval = 0; variable
1152 int timeInterval = i; variable
/base/hiviewdfx/faultloggerd/test/performancetest/src/
Dfaultloggerd_performance_test.cpp171 double timeInterval = GetStopTime(befor)/PERFORMANCE_TEST_NUMBER_ONE_HUNDRED; variable
218 double timeInterval = GetStopTime(befor) / PERFORMANCE_TEST_NUMBER_ONE_HUNDRED; variable
247 double timeInterval = GetStopTime(befor) / PERFORMANCE_TEST_NUMBER_ONE_HUNDRED; variable
/base/location/services/location_locator/locator/source/
Dwork_record.cpp39 int timeInterval = parcel.ReadInt32(); in ReadFromParcel() local
176 bool WorkRecord::Add(int uid, int pid, std::string name, int timeInterval, std::string uuid) in Add()
274 int timeInterval = workRecord.GetTimeInterval(i); in Set() local
Dlocator_ability.cpp639 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToGnssSa()
660 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToNetworkSa()
682 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToPassiveSa()
703 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in ProcessLocationMockMsg()
776 int timeInterval = 0; in EnableLocationMock() local
784 int timeInterval = 0; in DisableLocationMock() local
791 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocations()
Dpassive_ability_proxy.cpp108 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMocked()
Dnetwork_ability_proxy.cpp124 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMocked()
Dsubability_common.cpp165 bool SubAbility::SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Locat… in SetMockedLocations()
Dgnss_ability_proxy.cpp335 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMocked()
Dlocator_skeleton.cpp704 int timeInterval = data.ReadInt32(); in PreSetMockedLocations() local
/base/location/services/location_network/network/source/
Dnetwork_ability.cpp301 LocationErrCode NetworkAbility::SetMocked(const int timeInterval, in SetMocked()
392 int timeInterval = data.ReadInt32(); in SendMessage() local
448 int timeInterval = event->GetParam(); in ProcessEvent() local
/base/location/interfaces/inner_api/include/
Drequest_config.h55 inline void SetTimeInterval(int timeInterval) in SetTimeInterval()
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp626 LocationErrCode GnssAbility::SetMocked(const int timeInterval, in SetMocked()
705 int timeInterval = data.ReadInt32(); in SendMessage() local
770 int timeInterval = event->GetParam(); in ProcessEvent() local
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1098 int timeInterval = 2; variable
1374 int timeInterval = 2; variable
1757 int timeInterval = 2; variable
Dlocator_impl_test.cpp208 int timeInterval = 0; variable
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_impl.cpp138 void LocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) in SetTimeInterval()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
DReminderHelperTest.js1400 timeInterval:5, property
1487 timeInterval:5, property
1574 timeInterval:5, property
1636 timeInterval:5, property
/base/location/frameworks/native/source/
Dlocator_impl.cpp526 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocations()
1029 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocationsV9()
Dlocator_proxy.cpp390 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocations()
929 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocationsV9()
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp540 int timeInterval = 2; in LocatorAbility003FuzzerTest() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp252 uint64_t timeInterval = static_cast<uint64_t>(propVal); in GenReminder() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp350 uint32_t timeInterval = minTimeIntervalInSecond; variable