Home
last modified time | relevance | path

Searched refs:syncValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp129 AssetValue syncValue = {.u32 = SEC_ASSET_NEED_SYNC}; in WifiAssetTriggerSync() local
132 {.tag = SEC_ASSET_TAG_OPERATION_TYPE, .value = syncValue}, in WifiAssetTriggerSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_create_test.cpp1151 Value localValue, syncValue; variable
1153 EXPECT_EQ(delegate->Get(KEY_1, syncValue), OK);
1155 EXPECT_EQ(syncValue, VALUE_2);