Searched refs:express (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/media_library/frameworks/utils/include/ |
H A D | medialibrary_common_utils.h | 11 * 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 D | medialibrary_common_utils_test.cpp | 11 * 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 D | dump_event.bat | 10 :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | medialibrary_common_utils.cpp | 11 * 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 D | hvigorw.bat | 10 @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/ |
H A D | hvigorw.bat | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/foundation/communication/bluetooth_service/test/example/bluetoothtest/ |
H A D | hvigorw.bat | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 11 @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 11 * 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