Home
last modified time | relevance | path

Searched refs:boolean1 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.h99 void TestGetBooleanByName(const char *boolean1, const char *booleanRef);
101 void TestGetBooleanById(const char *boolean1, const char *booleanRef);
H A Dresource_manager_test_common.cpp488 void ResourceManagerTestCommon::TestGetBooleanById(const char* boolean1, const char* booleanRef) in TestGetBooleanById() argument
491 int id = GetResId(boolean1, ResType::BOOLEAN); in TestGetBooleanById()
504 void ResourceManagerTestCommon::TestGetBooleanByName(const char* boolean1, const char* booleanRef) in TestGetBooleanByName() argument
507 RState state = rm->GetBooleanByName(boolean1, outValue); in TestGetBooleanByName()
/ohos5.0/commonlibrary/rust/ylong_json/tests/
H A Dsdv_adapt_serde_test.rs250 boolean1: bool, field
368 boolean1: true, in sdv_adapt_serde_example_three()
/ohos5.0/foundation/ability/ability_base/test/unittest/base/
H A Dbase_test.cpp368 sptr<Boolean> boolean1 = new Boolean(true);
371 EXPECT_FALSE(boolean1->Equals(boolean2));
372 EXPECT_TRUE(boolean1->Equals(boolean3));