Home
last modified time | relevance | path

Searched refs:NUMBER (Results 1 – 15 of 15) sorted by relevance

/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
Dpdpcontextlistupdated_fuzzer.cpp32 constexpr const char *NUMBER = "123"; variable
48 response.type = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
49 response.netPortName = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
50 response.address = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
51 response.dns = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
52 response.dnsSec = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
53 response.gateway = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
55 response.pCscfPrimAddr = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
56 response.pCscfSecAddr = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/
Dcallemergencynotice_fuzzer.cpp29 constexpr const char *NUMBER = "123"; variable
42 info.eccNum = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
45 info.mcc = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/
Dsimstkproactivenotify_fuzzer.cpp29 constexpr const char *NUMBER = "123"; variable
41 char *response = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/
Dcallussdnotice_fuzzer.cpp29 constexpr const char *NUMBER = "123"; variable
41 info.str = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/
Dnewsmsnotify_fuzzer.cpp29 constexpr const char *NUMBER = "123"; variable
43 response.pdu = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
/base/account/os_account/frameworks/common/database/include/
Diaccount_info.h37 NUMBER, enumerator
55 case JsonType::NUMBER: in GetDataByType()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp249 jsonObject, jsonObjectEnd, LOCAL_ID, localId_, OHOS::AccountSA::JsonType::NUMBER); in FromJson()
253 jsonObject, jsonObjectEnd, TYPE, type_, OHOS::AccountSA::JsonType::NUMBER); in FromJson()
261 jsonObject, jsonObjectEnd, CREATE_TIME, createTime_, OHOS::AccountSA::JsonType::NUMBER); in FromJson()
263 …jsonObject, jsonObjectEnd, LAST_LOGGED_IN_TIME, lastLoginTime_, OHOS::AccountSA::JsonType::NUMBER); in FromJson()
265 jsonObject, jsonObjectEnd, SERIAL_NUMBER, serialNumber_, OHOS::AccountSA::JsonType::NUMBER); in FromJson()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp151 if (inputType == IMFAdapterTextInputType::NUMBER) { in ShowCurrentInput()
152 config.SetTextInputType(MiscServices::TextInputType::NUMBER); in ShowCurrentInput()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_database_operator.cpp186 Constants::COUNT_ACCOUNT_NUM, createdOsAccountNum, OHOS::AccountSA::JsonType::NUMBER); in GetCreatedOsAccountNumFromDatabase()
210 Constants::SERIAL_NUMBER_NUM, serialNumber, OHOS::AccountSA::JsonType::NUMBER); in GetSerialNumberFromDatabase()
224 Constants::MAX_ALLOW_CREATE_ACCOUNT_ID, id, OHOS::AccountSA::JsonType::NUMBER); in GetMaxAllowCreateIdFromDatabase()
Dos_account_control_file_manager.cpp689 OHOS::AccountSA::JsonType::NUMBER); in GetMaxCreatedOsAccountNum()
706 OHOS::AccountSA::JsonType::NUMBER); in GetSerialNumber()
757 …stJson, jsonEnd, Constants::COUNT_ACCOUNT_NUM, countCreatedNum, OHOS::AccountSA::JsonType::NUMBER); in GetAllowCreateId()
1015 OHOS::AccountSA::JsonType::NUMBER); in GetDeviceOwnerId()
/base/inputmethod/imf/frameworks/inputmethod_controller/include/
Dinput_method_utils.h38 NUMBER, enumerator
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h26 NUMBER, enumerator
/base/update/updater/services/script/script_interpreter/
Dscript_yacc.y93 %token <int> NUMBER
284 |NUMBER
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp168 g_imf->ShowCurrentInput(IMFAdapterTextInputType::NUMBER);
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_input_method_engine_setting.cpp64 GetJsConstProperty(env, static_cast<uint32_t>(TextInputType::NUMBER))), in Init()