Searched refs:SetInt (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_preferences.cpp | 66 void NfcPreferences::SetInt(const std::string& key, const int value) in SetInt() function in OHOS::NFC::NfcPreferences 115 SetInt(PREF_KEY_STATE, newState); in UpdateNfcState()
|
H A D | nfc_preferences.h | 31 void SetInt(const std::string& key, const int value);
|
H A D | external_deps_proxy.cpp | 83 NfcPreferences::GetInstance().SetInt(key, value); in NfcDataSetInt()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | algorithm_program.h | 36 void SetInt(const std::string &name, int value);
|
H A D | algorithm_program.cpp | 79 void AlgorithmProgram::SetInt(const std::string &name, int value)
in SetInt() function in OHOS::Media::Effect::AlgorithmProgram
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_preferences_test.cpp | 55 * @tc.desc: Test NfcPreferencesTest SetInt. 63 nfcPreferences->SetInt(key, value); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | cloud_pref_impl_mock.cpp | 46 void CloudPrefImpl::SetInt(const std::string& key, const int value) in SetInt() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
|
/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | cloud_pref_impl.h | 35 void SetInt(const std::string& key, const int value);
|
/foundation/filemanagement/dfs_service/test/unittests/utils/preference/ |
H A D | cloud_pref_impl_test.cpp | 214 * @tc.desc: Verify the SetInt function 225 cloudPtr_->SetInt(key, value); in HWTEST_F() 534 cloudPrefImpl.SetInt(key, value); in HWTEST_F() 555 cloudPrefImpl.SetInt(key, value); in HWTEST_F() 576 cloudPrefImpl.SetInt(key, value); in HWTEST_F() 597 cloudPrefImpl.SetInt(key, value); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/utils/preference/src/ |
H A D | cloud_pref_impl.cpp | 104 void CloudPrefImpl::SetInt(const std::string& key, const int value) in SetInt() function in OHOS::FileManagement::CloudSync::CloudPrefImpl 113 LOGE("CloudPrefImpl: SetInt has error, ret = %{public}d", ret); in SetInt()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_javascript_value.h | 295 void SetInt(int value) in SetInt() function in OHOS::Ace::WebJavaScriptValue
|
H A D | web_javascript_result_callback.cpp | 88 webViewValue->SetInt(webJSValue->GetInt()); in GetBasicTypeWebViewValue()
|
Completed in 6 milliseconds