Searched refs:CheckInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/ |
H A D | checker_manager.h | 28 struct CheckInfo {
struct in OHOS::UDMF::CheckerManager 34 virtual bool IsValid(const std::vector<Privilege> &privileges, const CheckInfo &info) = 0;
43 bool IsValid(const std::vector<Privilege> &privileges, const CheckInfo &info);
|
H A D | data_checker.h | 28 bool IsValid(const std::vector<Privilege> &privileges, const CheckerManager::CheckInfo &info) override;
|
H A D | data_checker.cpp | 35 bool DataChecker::IsValid(const std::vector<Privilege> &privileges, const CheckerManager::CheckInfo &info)
in IsValid()
|
H A D | checker_manager.cpp | 49 bool CheckerManager::IsValid(const std::vector<Privilege> &privileges, const CheckInfo &info)
in IsValid()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/notify_test/src/ |
H A D | notify_test.cpp | 201 static void CheckInfo(shared_ptr<TestObserver> obs, const std::string &uriPrefix, const std::string &uriPostfix, in CheckInfo() function 270 CheckInfo(obs, uriPrefix, uriPostfix, changeType); in CheckCloudSyncNotify()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
H A D | udmf_service_impl.cpp | 216 CheckerManager::CheckInfo info; in RetrieveData()
|
Completed in 4 milliseconds