Home
last modified time | relevance | path

Searched refs:NUM (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_test.cpp26 #define NUM 50 macro
88 char sessionName[NUM] = "ABC"; in HWTEST_F()
89 char sessionNameNormal[NUM] = "bbb"; in HWTEST_F()
124 const char sessionName[NUM] = ""; in HWTEST_F()
172 const char sessionName[NUM] = "bbb"; in HWTEST_F()
H A Dpermission_entry_static_test.cpp28 #define NUM 50 macro
71 const char tmpString[NUM] = ""; in HWTEST_F()
72 const char tmpStringNormal[NUM] = "hfg"; in HWTEST_F()
73 const char target[NUM] = "abc"; in HWTEST_F()
232 appInfo->type = NUM; in HWTEST_F()
236 appInfo->type = NUM; in HWTEST_F()
237 pItem->permType = NUM; in HWTEST_F()
284 char sessionName[NUM] = ""; in HWTEST_F()
285 char sessionNameWrong[NUM] = "abc"; in HWTEST_F()
329 char sessionName[NUM] in HWTEST_F()
[all...]
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.cpp319 token.kind = TokenType::NUM; in ReadNum()
346 token.kind = err ? TokenType::UNKNOWN : TokenType::NUM; in ReadBinaryNum()
369 token.kind = err ? TokenType::UNKNOWN : TokenType::NUM; in ReadOctNum()
391 token.kind = err ? TokenType::UNKNOWN : TokenType::NUM; in ReadHexNum()
411 token.kind = TokenType::NUM; in ReadDecNum()
H A Dtoken.h97 NUM, member in OHOS::Idl::TokenType
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_anti_dos_sync_test.cpp39 const int NUM = 108; member
41 const int NUM = 120; member
252 EXPECT_EQ(g_syncEngine->GetQueueCacheSize() / NUM, 0); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h109 #error OVER THE MAX SEND NUM!
/foundation/multimedia/audio_framework/test/fuzztest/audioserviceserversrcenhance_fuzzer/
H A Daudio_service_server_src_enhance_fuzzer.cpp34 const uint32_t NUM = 1; member
95 sourceType_int = (sourceType_int % SOURCETYPE_ENUM_NUM) - NUM; in AudioServiceMoreFuzzTest()
114 operation_int = (operation_int % OPERATION_ENUM_NUM) - NUM; in AudioCapturerInServerMoreFuzzTest()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1741 case TokenType::NUM: in ParsePrimaryExpr()

Completed in 8 milliseconds