Home
last modified time | relevance | path

Searched refs:timeDuration (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dblock_connect_service.h34 DisablePolicy(int64_t timeDuration, int count, WifiDeviceConfigStatus status) in DisablePolicy()
36 disableTime = timeDuration; in DisablePolicy()
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp174 void ResSchedUtil::ReportLoadingEventToRss(LoadingStage stage, int32_t pid, int32_t uid, int64_t timeDuration) in ReportLoadingEventToRss() argument
183 if (timeDuration > 0) { // millisecond in ReportLoadingEventToRss()
184 eventParams.emplace("timeoutDuration", std::to_string(timeDuration)); in ReportLoadingEventToRss()
/foundation/ability/ability_runtime/services/common/include/
H A Dres_sched_util.h54 void ReportLoadingEventToRss(LoadingStage stage, int32_t pid, int32_t uid, int64_t timeDuration = 0);

Completed in 1 milliseconds