Searched refs:keep (Results 1 – 12 of 12) sorted by relevance
/base/security/device_security_level/interfaces/inner_api/src/standard/ |
D | device_security_level_callback_helper.cpp | 55 uint32_t keep, sptr<DeviceSecurityLevelCallbackStub> &stub, uint32_t &cookie) in Publish() argument 61 auto result = holder_.PushCallback(identity, callback, keep, cookie); in Publish() 110 const ResultCallback &callback, uint32_t keep, uint32_t &cookie) in PushCallback() argument 123 keep += KEEP_COMPENSATION_LEN; in PushCallback() 124 timer_.Register(deleter, keep * 1000, true); // 1000 millisec in PushCallback()
|
D | device_security_level_callback_helper.h | 43 bool Publish(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep, 58 … bool PushCallback(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep,
|
/base/security/device_security_level/services/include/ |
D | dslm_notify_node.h | 33 uint32_t keep; member
|
/base/security/device_security_level/services/dslm/ |
D | dslm_fsm_process.c | 229 notify->keep = inputNotify->keep; in ProcessSdkRequest() 242 deviceInfo->machine.machineId, notify->owner, notify->cookie, notify->keep); in ProcessSdkRequest() 249 UtilsStartOnceTimerTask(notify->keep, TimerProcessSdkRequestTimeout, deviceInfo); in ProcessSdkRequest() 316 if (node->start + node->keep > curr) { in SdkTimeoutChecker() 321 devInfo->machine.machineId, node->owner, node->cookie, node->keep); in SdkTimeoutChecker() 340 devInfo->machine.machineId, node->owner, node->cookie, node->keep); in RequestDoneChecker()
|
D | dslm_core_process.c | 177 notifyNode.keep = option->timeout * 1000; // 1000 ms per second in OnRequestDeviceSecLevelInfo()
|
/base/security/selinux_adapter/sepolicy/base/public/ |
D | domain.te | 141 # keep every process join the domain attribute. 147 # keep file based type belong to file_attr , fs_attr, dev_attr, parameter_attr. 154 # keep every dev_node join dev_attr 157 # keep every paramter join parameter_attr 160 # keep every service join service_type 164 # keep every hdf service join hdf_service_attr 184 # keep selinuxfs safe.
|
/base/powermgr/display_manager/frameworks/napi/ |
D | brightness.h | 85 void ScreenOn(bool keep, std::shared_ptr<PowerMgr::RunningLock>& runningLock);
|
D | brightness.cpp | 315 void Brightness::BrightnessInfo::ScreenOn(bool keep, std::shared_ptr<RunningLock>& runningLock) in ScreenOn() argument 318 …DISPLAY_HILOGD(COMP_FWK, "Keep screen on, keep: %{public}d, isUsed: %{public}d", keep, runningLock… in ScreenOn() 319 keep ? runningLock->Lock() : runningLock->UnLock(); in ScreenOn()
|
/base/startup/init/ |
D | README.md | 11 …s, the module needs to configure their permissions during the startup and keep the specified proce…
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest008/ |
D | last_kmsg | 221 <14>[ 4.309386] [pid=231][Init][INFO][param_request.c:53]Can not get log level from param, keep … 279 <14>[ 5.234402] [pid=1][Init][INFO][init_hook.c:212]Can not get log level from param, keep the o…
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest004/ |
D | last_kmsg | 221 <14>[ 4.309386] [pid=231][Init][INFO][param_request.c:53]Can not get log level from param, keep … 279 <14>[ 5.234402] [pid=1][Init][INFO][init_hook.c:212]Can not get log level from param, keep the o…
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest005/ |
D | last_kmsg | 221 <14>[ 4.309386] [pid=231][Init][INFO][param_request.c:53]Can not get log level from param, keep … 279 <14>[ 5.234402] [pid=1][Init][INFO][init_hook.c:212]Can not get log level from param, keep the o…
|