Home
last modified time | relevance | path

Searched defs:cycle (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
H A DDataUsageCycleBasePreferenceController.java54 void onDataCyclePicked(String cycle, Map<CharSequence, T> usages); in onDataCyclePicked()
78 String cycle = getPreference().getValue(); in updateState() local
H A DDataUsageEntryPreferenceController.java74 Iterator<Range<ZonedDateTime>> cycle = defaultPlan.cycleIterator(); in formatUsedData() local
H A DAppSpecificDataUsageFragment.java115 public void onDataCyclePicked(String cycle, Map<CharSequence, NetworkCycleDataForUid> usages) { in onDataCyclePicked()
H A DAppDataUsageFragment.java145 public void onDataCyclePicked(String cycle, Map<CharSequence, NetworkCycleChartData> usages) { in onDataCyclePicked()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp63 bool cycle = false; in resolve() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
H A DAppDataUsageTest.java261 final SpinnerPreference cycle = mock(SpinnerPreference.class); in bindData_noAppUsageData_shouldHideCycleSpinner() local
291 final SpinnerPreference cycle = mock(SpinnerPreference.class); in bindData_hasAppUsageData_shouldShowCycleSpinnerAndUpdateUsageSummary() local
410 final SpinnerPreference cycle = mock(SpinnerPreference.class); in onLoadFinished_hasSelectedCycleSpecified_shouldSelectSpecifiedCycle() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datausage/
H A DDataUsageEntryPreferenceControllerTest.java181 Iterator<Range<ZonedDateTime>> cycle = new Iterator<Range<ZonedDateTime>>() { in refreshUi_hasPrimaryPlan_setsSummary() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DNetworkCycleDataLoader.java94 final Pair<ZonedDateTime, ZonedDateTime> cycle = iterator.next(); in loadPolicyData() local
H A DDataUsageController.java127 final Range<ZonedDateTime> cycle = it.next(); in getDataUsageInfo() local
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DRecurrenceRuleTest.java129 final Range<ZonedDateTime> cycle = it.next(); in testSane() local
/aosp12/packages/services/Car/car-lib/src/com/android/car/internal/
H A DCarRatedFloatListeners.java124 Float cycle = NANOSECOND_PER_SECOND / updateRate; in needUpdateForSelectedListener() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_deps_mock.cpp90 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Didle_time.cpp78 int64_t cycle = elapsedTime / period ; in EventTask() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/
H A Dnet_quota_policy.cpp199 std::string cycle = quotapolicy.periodDuration.substr(0, 1); in GetPeriodStart() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h61 ModeCycle cycle; member
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
H A DNetworkCycleDataLoaderTest.java121 final Range<ZonedDateTime> cycle = new Range<>(now, now); in loadPolicyData_shouldRecordUsageFromPolicyCycle() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dauth_mock.cpp88 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterMirrorRepresentation.java132 public void cycle() { in cycle() method in FilterMirrorRepresentation
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DCycleAdapter.java96 final Pair<ZonedDateTime, ZonedDateTime> cycle = it.next(); in updateCycleList() local
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp92 void WorkInfo::RequestRepeatCycle(uint32_t timeInterval, int32_t cycle) in RequestRepeatCycle()
109 void WorkInfo::RequestBaseTimeAndCycle(time_t baseTime, int32_t cycle) in RequestBaseTimeAndCycle()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h150 Path cycle = RunDfsFromVertex(seedIdx); in FindFirstCycle() local
/aosp12/system/memory/libmemunreachable/tests/
H A DHeapWalker_test.cpp176 TEST_F(HeapWalkerTest, cycle) { in TEST_F() argument
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c700 static int32_t GetTcpKeepaliveOptionByCycle(ModeCycle cycle, TcpKeepaliveOption *tcpKeepaliveOption) in GetTcpKeepaliveOptionByCycle()
732 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle) in AuthSetTcpKeepaliveOption()
H A Dauth_manager.c1244 static int32_t AuthSetTcpKeepaliveByConnInfo(const AuthConnInfo *connInfo, ModeCycle cycle) in AuthSetTcpKeepaliveByConnInfo()
1584 static int32_t PostDeviceMessageByUuid(const char *uuid, int32_t messageType, ModeCycle cycle) in PostDeviceMessageByUuid()
1610 static int32_t SetLocalTcpKeepalive(const char *uuid, ModeCycle cycle) in SetLocalTcpKeepalive()
1640 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_traffic.cpp440 std::string cycle = periodDuration.substr(0, 1); in IsValidPeriodDuration() local

12