Home
last modified time | relevance | path

Searched refs:hasType (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp806 auto hasType = in FindMimeType() local
808 if (hasPartialTypes_ && hasType != types.end()) { in FindMimeType()
820 hasType = std::find_if(types.begin(), types.end(), [&typeSubstr](const PatternsMatcher pm) { in FindMimeType()
823 if (hasPartialTypes_ && hasType != types.end()) { in FindMimeType()
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp103 bool hasType = false; in JSDefineTestGetCaseType() local
104 COMPONENT_TEST_NAPI_ASSERT_CUSTOM(env, napi_has_named_property(env, arg, "type", &hasType) == napi_ok, in JSDefineTestGetCaseType()
106 if (hasType) { in JSDefineTestGetCaseType()

Completed in 3 milliseconds