Home
last modified time | relevance | path

Searched refs:express (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/media_library/frameworks/utils/include/
H A Dmedialibrary_common_utils.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43 static bool CheckWhiteList(const std::string &express);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/
H A Dmedialibrary_common_utils_test.cpp11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
153 string express = ""; in HWTEST_F() local
154 bool ret = MediaLibraryCommonUtils::CheckWhiteList(express); in HWTEST_F()
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/
H A Ddump_event.bat10 :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
212 bool MediaLibraryCommonUtils::CheckWhiteList(const std::string &express) in CheckWhiteList() argument
214 return FILE_KEY_WHITE_LIST.find(express) != FILE_KEY_WHITE_LIST.end(); in CheckWhiteList()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat10 @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat11 @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
802 const regex express(regexStr); in RegexCheck()
803 return regex_search(str, express); in RegexCheck()

Completed in 6 milliseconds