Home
last modified time | relevance | path

Searched refs:booleanRef (Results 1 – 3 of 3) 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
497 id = GetResId(booleanRef, ResType::BOOLEAN); in TestGetBooleanById()
504 void ResourceManagerTestCommon::TestGetBooleanByName(const char* boolean1, const char* booleanRef) in TestGetBooleanByName() argument
511 state = rm->GetBooleanByName(booleanRef, outValue); in TestGetBooleanByName()
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp7641 napi_ref booleanRef = nullptr; variable
7644 auto res = napi_create_reference(env, boolean, 1, &booleanRef);
7646 ASSERT_CHECK_CALL(napi_delete_reference(env, booleanRef));
7707 napi_ref booleanRef = nullptr; variable
7708 ASSERT_CHECK_CALL(napi_create_reference(env, boolean, 1, &booleanRef));
7709 auto res = napi_delete_reference(env, booleanRef);
7768 napi_ref booleanRef = nullptr; variable
7769 ASSERT_CHECK_CALL(napi_create_reference(env, boolean, 1, &booleanRef));
7771 auto res = napi_get_reference_value(env, booleanRef, nullptr);
7788 napi_ref booleanRef = nullptr; variable
[all …]