Home
last modified time | relevance | path

Searched refs:INT_TYPE (Results 1 - 6 of 6) sorted by relevance

/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_plugin_mock.cpp29 const OsAccountType INT_TYPE = OsAccountType::ADMIN; member
70 EXPECT_EQ(innerMgrService_->CreateOsAccount("", INT_TYPE, osAccountInfo), in HWTEST_F()
H A Dos_account_data_storage_test.cpp41 const OsAccountType INT_TYPE = OsAccountType::ADMIN; member
71 OsAccountInfo osAccountInfo(INT_ID, STRING_NAME, INT_TYPE, INT_SHERIAL); in SetUp()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_vector.h23 INT_TYPE, enumerator
/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp32 const OsAccountType INT_TYPE = OsAccountType::ADMIN; member
133 new (std::nothrow) OsAccountInfo(INT_ID, STRING_NAME, INT_TYPE, STRING_SERIAL_NUMBER); in HWTEST_F()
200 OsAccountType type = INT_TYPE; in HWTEST_F()
215 osAccountInfo.SetType(INT_TYPE); in HWTEST_F()
216 EXPECT_EQ(INT_TYPE, osAccountInfo.type_); in HWTEST_F()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp108 if (HilogVector::GetType(params, *(outParams->count)) == INT_TYPE) { in AddLogContent()
223 HilogVector::Push(params, value, INT_TYPE); in ParseNapiValue()
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp115 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F()
181 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F()

Completed in 5 milliseconds