/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/ |
H A D | DataUsageCycleBasePreferenceController.java | 54 void onDataCyclePicked(String cycle, Map<CharSequence, T> usages); in onDataCyclePicked() 78 String cycle = getPreference().getValue(); in updateState() local
|
H A D | DataUsageEntryPreferenceController.java | 74 Iterator<Range<ZonedDateTime>> cycle = defaultPlan.cycleIterator(); in formatUsedData() local
|
H A D | AppSpecificDataUsageFragment.java | 115 public void onDataCyclePicked(String cycle, Map<CharSequence, NetworkCycleDataForUid> usages) { in onDataCyclePicked()
|
H A D | AppDataUsageFragment.java | 145 public void onDataCyclePicked(String cycle, Map<CharSequence, NetworkCycleChartData> usages) { in onDataCyclePicked()
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | StaticResolver.cpp | 63 bool cycle = false; in resolve() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/ |
H A D | AppDataUsageTest.java | 261 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 D | DataUsageEntryPreferenceControllerTest.java | 181 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 D | NetworkCycleDataLoader.java | 94 final Pair<ZonedDateTime, ZonedDateTime> cycle = iterator.next(); in loadPolicyData() local
|
H A D | DataUsageController.java | 127 final Range<ZonedDateTime> cycle = it.next(); in getDataUsageInfo() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | RecurrenceRuleTest.java | 129 final Range<ZonedDateTime> cycle = it.next(); in testSane() local
|
/aosp12/packages/services/Car/car-lib/src/com/android/car/internal/ |
H A D | CarRatedFloatListeners.java | 124 Float cycle = NANOSECOND_PER_SECOND / updateRate; in needUpdateForSelectedListener() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_ctrl_deps_mock.cpp | 90 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | idle_time.cpp | 78 int64_t cycle = elapsedTime / period ; in EventTask() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_quota_policy.cpp | 199 std::string cycle = quotapolicy.periodDuration.substr(0, 1); in GetPeriodStart() local
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_manager.h | 61 ModeCycle cycle; member
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/ |
H A D | NetworkCycleDataLoaderTest.java | 121 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 D | auth_mock.cpp | 88 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | FilterMirrorRepresentation.java | 132 public void cycle() { in cycle() method in FilterMirrorRepresentation
|
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/ |
H A D | CycleAdapter.java | 96 final Pair<ZonedDateTime, ZonedDateTime> cycle = it.next(); in updateCycleList() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 92 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 D | graph.h | 150 Path cycle = RunDfsFromVertex(seedIdx); in FindFirstCycle() local
|
/aosp12/system/memory/libmemunreachable/tests/ |
H A D | HeapWalker_test.cpp | 176 TEST_F(HeapWalkerTest, cycle) { in TEST_F() argument
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 700 static int32_t GetTcpKeepaliveOptionByCycle(ModeCycle cycle, TcpKeepaliveOption *tcpKeepaliveOption) in GetTcpKeepaliveOptionByCycle() 732 int32_t AuthSetTcpKeepaliveOption(int32_t fd, ModeCycle cycle) in AuthSetTcpKeepaliveOption()
|
H A D | auth_manager.c | 1244 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 D | net_policy_traffic.cpp | 440 std::string cycle = periodDuration.substr(0, 1); in IsValidPeriodDuration() local
|