Home
last modified time | relevance | path

Searched refs:SetInt (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_preferences.cpp66 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 Dnfc_preferences.h31 void SetInt(const std::string& key, const int value);
H A Dexternal_deps_proxy.cpp83 NfcPreferences::GetInstance().SetInt(key, value); in NfcDataSetInt()
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Dalgorithm_program.h36 void SetInt(const std::string &name, int value);
H A Dalgorithm_program.cpp79 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 Dnfc_preferences_test.cpp55 * @tc.desc: Test NfcPreferencesTest SetInt.
63 nfcPreferences->SetInt(key, value); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_pref_impl_mock.cpp46 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 Dcloud_pref_impl.h35 void SetInt(const std::string& key, const int value);
/foundation/filemanagement/dfs_service/test/unittests/utils/preference/
H A Dcloud_pref_impl_test.cpp214 * @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 Dcloud_pref_impl.cpp104 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 Dweb_javascript_value.h295 void SetInt(int value) in SetInt() function in OHOS::Ace::WebJavaScriptValue
H A Dweb_javascript_result_callback.cpp88 webViewValue->SetInt(webJSValue->GetInt()); in GetBasicTypeWebViewValue()

Completed in 6 milliseconds