Searched defs:inputArg (Results 1 – 2 of 2) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| D | distributeddb_storage_single_ver_natural_store_testcase.cpp | 71 SyncInputArg inputArg(timeBegin, timeEnd + 1, 1024); // no more than 1024 in GetSyncData001() local 110 SyncInputArg inputArg(timestamp + 1, timestamp + 1000, 1024); // no more than 1024 in GetSyncData002() local 192 SyncInputArg inputArg(0, timestamp + 1, 30 * 1024); // 30k per block in GetSyncData004() local 255 SyncInputArg inputArg(0, timestamp + 1, 100 * 1024); // for 100k in GetSyncData005() local 292 SyncInputArg inputArg(0, timestamp + 1, 1000); // get size for 1k in GetSyncData006() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_menu_item_bridge.cpp | 220 Local<JSValueRef> inputArg = runtimeCallInfo->GetCallArgRef(1); in SetSelectIcon() local
|