Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp185 std::string currType; in HWTEST_F() local
187 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, currType, blongsToType); in HWTEST_F()
189 EXPECT_EQ(currType, "com.amazon.azw3"); in HWTEST_F()
203 std::string currType; in HWTEST_F() local
205 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, currType, blongsToType); in HWTEST_F()
207 EXPECT_EQ(currType, "general.png"); in HWTEST_F()
221 std::string currType; in HWTEST_F() local
223 UtdClient::GetInstance().GetUniformDataTypeByFilenameExtension(filenameExtension, currType, blongsToType); in HWTEST_F()
225 EXPECT_EQ(currType, "general.c-plus-plus-source"); in HWTEST_F()
240 std::string currType; in HWTEST_F() local
257 std::string currType; HWTEST_F() local
274 std::string currType; HWTEST_F() local
292 std::string currType; HWTEST_F() local
310 std::string currType; HWTEST_F() local
336 std::string currType; HWTEST_F() local
353 std::string currType; HWTEST_F() local
370 std::string currType; HWTEST_F() local
386 std::string currType; HWTEST_F() local
402 std::string currType; HWTEST_F() local
419 std::string currType; HWTEST_F() local
435 std::string currType; HWTEST_F() local
1402 std::string currType; HWTEST_F() local
1431 std::string currType; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp194 auto currType = key_->GetType(); in CheckAppInstanceKey() local
195 if (!(static_cast<int32_t>(OperationType::START_ABILITY) == currType || in CheckAppInstanceKey()
196 static_cast<int32_t>(OperationType::START_ABILITIES) == currType)) { in CheckAppInstanceKey()

Completed in 3 milliseconds