/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
D | pdpcontextlistupdated_fuzzer.cpp | 32 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/ |
D | callemergencynotice_fuzzer.cpp | 29 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/ |
D | simstkproactivenotify_fuzzer.cpp | 29 constexpr const char *NUMBER = "123"; variable 41 char *response = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/ |
D | callussdnotice_fuzzer.cpp | 29 constexpr const char *NUMBER = "123"; variable 41 info.str = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/ |
D | newsmsnotify_fuzzer.cpp | 29 constexpr const char *NUMBER = "123"; variable 43 response.pdu = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
|
/base/account/os_account/frameworks/common/database/include/ |
D | iaccount_info.h | 37 NUMBER, enumerator 55 case JsonType::NUMBER: in GetDataByType()
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_info.cpp | 249 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/ |
D | imf_adapter_impl.cpp | 151 if (inputType == IMFAdapterTextInputType::NUMBER) { in ShowCurrentInput() 152 config.SetTextInputType(MiscServices::TextInputType::NUMBER); in ShowCurrentInput()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_database_operator.cpp | 186 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()
|
D | os_account_control_file_manager.cpp | 689 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/ |
D | input_method_utils.h | 38 NUMBER, enumerator
|
/base/web/webview/ohos_adapter/interfaces/ |
D | imf_adapter.h | 26 NUMBER, enumerator
|
/base/update/updater/services/script/script_interpreter/ |
D | script_yacc.y | 93 %token <int> NUMBER 284 |NUMBER
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
D | imf_adapter_impl_test.cpp | 168 g_imf->ShowCurrentInput(IMFAdapterTextInputType::NUMBER);
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/ |
D | js_input_method_engine_setting.cpp | 64 GetJsConstProperty(env, static_cast<uint32_t>(TextInputType::NUMBER))), in Init()
|