Searched refs:Check (Results 1 - 13 of 13) sorted by relevance
/base/security/security_guard/services/config_manager/src/ |
H A D | config_operator.cpp | 30 success = config_.Check(); in Init() 43 success = config_.Check(); in Update()
|
H A D | base_config.cpp | 27 bool BaseConfig::Check() in Check() function in OHOS::Security::SecurityGuard::BaseConfig
|
/base/hiviewdfx/faultloggerd/test/unittest/services/ |
H A D | faultlogger_pipe_test.cpp | 41 * @tc.desc: test FaultLoggerPipeMap Check Set Get func 50 bool check = ptr->Check(pid, time); in HWTEST_F() 51 EXPECT_EQ(check, false) << "FaultLoggerPipeTest001 Check failed"; in HWTEST_F() 58 check = ptr->Check(pid, time); in HWTEST_F() 59 EXPECT_EQ(check, false) << "FaultLoggerPipeTest001 Check failed"; in HWTEST_F() 119 ret = faultLoggerPipeMap.Check(1, time(nullptr)); in HWTEST_F()
|
/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | base_config.h | 26 virtual bool Check();
|
/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | base_config.h | 26 virtual bool Check();
|
/base/security/security_guard/services/config_manager/include/ |
H A D | base_config.h | 26 virtual bool Check();
|
/base/hiviewdfx/hiview/base/event_store/store/include/ |
H A D | sys_event_repeat_guard.h | 59 static void Check(std::shared_ptr<SysEvent> event);
|
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_pipe.h | 61 bool Check(int pid, uint64_t time);
|
H A D | fault_logger_pipe.cpp | 164 bool FaultLoggerPipeMap::Check(int pid, uint64_t time) in Check() function in OHOS::HiviewDFX::FaultLoggerPipeMap
|
H A D | fault_logger_daemon.cpp | 633 if (faultLoggerPipeMap_->Check(request->pid, request->time)) { in HandleSdkDumpRequest()
|
/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | security_guard_config_manager_test.cpp | 88 MOCK_METHOD0(Check, bool()); 108 EXPECT_CALL(config, Check).WillOnce(Return(false)).WillRepeatedly(Return(true)); in HWTEST_F() 125 EXPECT_CALL(config, Check).WillOnce(Return(false)).WillRepeatedly(Return(true)); in HWTEST_F() 141 bool success = config.Check(); in HWTEST_F() 144 success = config.Check(); in HWTEST_F() 147 success = config.Check(); in HWTEST_F() 150 success = config.Check(); in HWTEST_F()
|
/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_repeat_guard.cpp | 66 void SysEventRepeatGuard::Check(std::shared_ptr<SysEvent> event)
in Check() function in OHOS::HiviewDFX::SysEventRepeatGuard
|
H A D | sys_event_database.cpp | 132 SysEventRepeatGuard::Check(event); in CheckRepeat()
|
Completed in 7 milliseconds