Searched refs:INT_TYPE (Results 1 - 6 of 6) sorted by relevance
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_plugin_mock.cpp | 29 const OsAccountType INT_TYPE = OsAccountType::ADMIN; member 70 EXPECT_EQ(innerMgrService_->CreateOsAccount("", INT_TYPE, osAccountInfo), in HWTEST_F()
|
H A D | os_account_data_storage_test.cpp | 41 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 D | hilog_vector.h | 23 INT_TYPE, enumerator
|
/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 32 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 D | hilog_module.cpp | 108 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 D | hilog_lite_test.cpp | 115 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F() 181 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F()
|
Completed in 5 milliseconds