Home
last modified time | relevance | path

Searched refs:IsMatch (Results 1 - 25 of 32) sorted by relevance

12

/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Ddownloader_unit_test.cpp202 bool result = IsMatch(str, patternStr); in HWTEST_F()
210 bool result = IsMatch(str, patternStr); in HWTEST_F()
218 bool result = IsMatch(str, patternStr); in HWTEST_F()
226 bool result = IsMatch(str, patternStr); in HWTEST_F()
234 bool result = IsMatch(str, patternStr); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_config.cpp35 bool DiskConfig::IsMatch(std::string &sysPattern) in IsMatch() function in OHOS::StorageDaemon::DiskConfig
H A Ddisk_manager.cpp103 if ((config != nullptr) && config->IsMatch(devPath)) { in MatchConfig()
/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
H A Ddisk_config.h27 bool IsMatch(std::string &sysPattern);
/foundation/resourceschedule/ffrt/src/queue/
H A Dbase_queue.cpp64 if (iter->second->IsMatch(name)) { in Remove()
98 [name](const auto& pair) { return pair.second->IsMatch(name); }); in HasTask()
/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_config_test.cpp36 * @tc.desc: Verify the IsMatch function.
47 bool ret = diskConfig->IsMatch(sysPattern); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_manager.cpp45 if ((item != nullptr) && (item->IsMatch(jsEnv, callback) != RET_ERR)) { in AddMonitor()
67 if ((item != nullptr) && (item->IsMatch(jsEnv, callback) != RET_ERR)) { in AddMonitor()
146 if ((*it)->IsMatch(jsEnv) == RET_OK) { in RemoveMonitor()
374 if (monitor->IsMatch(jsEnv, callback) == RET_OK) { in IsFindJsInputMonitor()
385 if (monitor->IsMatch(jsEnv) == RET_OK) { in IsFindJsInputMonitor()
/foundation/resourceschedule/ffrt/src/tm/
H A Dqueue_task.h92 inline bool IsMatch(std::string name) const in IsMatch() function in ffrt::QueueTask
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp120 bool IsMatch(const std::string &str, const std::string &patternStr) in IsMatch() function
144 if (end - start > 0 && IsMatch(str, Trim(exclusions.substr(start, end - start)))) { in IsExcluded()
150 return IsMatch(str, Trim(exclusions.substr(start))); in IsExcluded()
H A Dhttp_curl_client.h41 bool IsMatch(const std::string &str, const std::string &patternStr);
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_common_utils.cpp221 bool IsMatch(const std::string &str, const std::string &patternStr) in IsMatch() function
359 if (end - start > 0 && IsMatch(str, Trim(exclusions.substr(start, end - start)))) { in IsExcluded()
365 return IsMatch(str, Trim(exclusions.substr(start))); in IsExcluded()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/
H A Dlocal_data_source.h38 bool IsMatch(int64_t pos);
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/
H A Dlocal_data_source.h38 bool IsMatch(int64_t pos);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/
H A Ddefault_app_mgr.h59 bool IsMatch(const std::string& type, const std::vector<Skill>& skills) const;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappmgr_fuzzer/
H A Ddefaultappmgr_fuzzer.cpp60 ret = DefaultAppMgr::GetInstance().IsMatch(type, skills); in DoSomethingInterestingWithMyAPI()
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_common_utils.h59 bool IsMatch(const std::string &str, const std::string &patternStr);
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
H A Dlocal_data_source.cpp60 if ((*iter)->IsMatch(pos)) { in GetBestCache()
205 bool Cache::IsMatch(int64_t pos) in IsMatch() function in OHOS::CastEngine::CastEngineService::Cache
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dlocal_data_source.cpp60 if ((*iter)->IsMatch(pos)) { in GetBestCache()
204 bool Cache::IsMatch(int64_t pos) in IsMatch() function in OHOS::CastEngine::CastEngineService::Cache
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_content_session.h35 virtual bool IsMatch(int requestCode) = 0;
54 virtual bool IsMatch(int requestCode);
/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h94 int32_t IsMatch(const napi_env jsEnv, napi_value callback);
95 int32_t IsMatch(napi_env jsEnv);
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp52 formItemInfo.IsMatch(record); in DoSomethingInterestingWithMyAPI()
/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp88 bool isMatch = IsMatch("www.alibaba.com", "*"); in HWTEST_F()
94 bool isMatch = IsMatch("www.alibaba.com", ""); in HWTEST_F()
100 bool isMatch = IsMatch("www.alibaba.com", "*.alibaba.*"); in HWTEST_F()
106 bool isMatch = IsMatch("www.alibaba.com", "www.alibaba.com"); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_test/
H A DNetStackCommonUtilsTest.cpp88 bool isMatch = IsMatch("www.alibaba.com", "*"); in HWTEST_F()
94 bool isMatch = IsMatch("www.alibaba.com", ""); in HWTEST_F()
100 bool isMatch = IsMatch("www.alibaba.com", "*.alibaba.*"); in HWTEST_F()
106 bool isMatch = IsMatch("www.alibaba.com", "www.alibaba.com"); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h218 bool IsMatch(const FormRecord &record) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp588 ret = IsMatch(type, skills); in GetBundleInfo()
627 bool DefaultAppMgr::IsMatch(const std::string& type, const std::vector<Skill>& skills) const in IsMatch() function in OHOS::AppExecFwk::DefaultAppMgr
774 ret = IsMatch(type, skills); in IsElementValid()

Completed in 17 milliseconds

12