Searched refs:GetModelFile (Results 1 – 3 of 3) sorted by relevance
50 base::PlatformFile GetModelFile() { in GetModelFile() function in safe_browsing::ClientSideDetectionServiceTest52 csd_service_->GetModelFile(NewCallback( in GetModelFile()186 base::PlatformFile model_file = GetModelFile(); in TEST_F()192 EXPECT_EQ(GetModelFile(), model_file); in TEST_F()198 model_file = GetModelFile(); in TEST_F()206 EXPECT_EQ(GetModelFile(), base::kInvalidPlatformFileValue); in TEST_F()
78 void GetModelFile(OpenModelDoneCallback* callback);
113 void ClientSideDetectionService::GetModelFile(OpenModelDoneCallback* callback) { in GetModelFile() function in safe_browsing::ClientSideDetectionService