Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/
H A Dsync_fuzzer.cpp215 std::string tmpIdentifier(data, data + len); in OtherOperation() local
227 g_kvDelegatePtr->SetEqualIdentifier(tmpIdentifier, targets); in OtherOperation()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp181 std::string tmpIdentifier = isDualTupleMode ? dualTupleIdentifier : identifier; in EnableKvStoreAutoLaunch() local
182 … LOGI("[AutoLaunch] GetDoOpenMap identifier=%.6s no need to open", STR_TO_HEX(tmpIdentifier)); in EnableKvStoreAutoLaunch()
183 autoLaunchItemMap_[tmpIdentifier][userId].state = AutoLaunchItemState::IDLE; in EnableKvStoreAutoLaunch()