Home
last modified time | relevance | path

Searched defs:args (Results 3076 - 3100 of 3890) sorted by relevance

1...<<121122123124125126127128129130>>...156

/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp493 int32_t ForkExecChildProcess(const int32_t *pipeFd, int32_t count, const std::vector<const char *> &args) in ForkExecChildProcess() argument
584 std::vector<const char *> args = FormatCmd(cmd); in ForkExec() local
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c1155 static int BleCompareConnectionLooperEventFunc(const SoftBusMessage *msg, void *args) in BleCompareConnectionLooperEventFunc() argument
H A Dsoftbus_conn_ble_server.c1158 static int BleCompareGattServerLooperEventFunc(const SoftBusMessage *msg, void *args) in BleCompareGattServerLooperEventFunc() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp699 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp266 std::vector<std::u16string> args; in TestDumpService() local
282 std::vector<std::u16string> args; in TestAsyncDumpService() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp1454 int32_t WifiP2pServiceImpl::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp25 bool ParseString(napi_env env, std::string &param, napi_value args) in ParseString() argument
51 bool ParseInt32(napi_env env, int32_t &param, napi_value args) in ParseInt32() argument
65 bool ParseBool(napi_env env, bool &param, napi_value args) in ParseBool() argument
79 ParseBytesVector(napi_env env, std::vector<unsigned char> &vec, napi_value args) ParseBytesVector() argument
107 ParseUInt32Vector(napi_env& env, std::vector<uint32_t>& vec, napi_value &args) ParseUInt32Vector() argument
135 ParseStringVector(napi_env &env, std::vector<std::string> &vec, napi_value &args, uint32_t maxLen) ParseStringVector() argument
167 ParseElementName(napi_env &env, ElementName &element, napi_value &args) ParseElementName() argument
198 ParseArrayBuffer(napi_env env, uint8_t **data, size_t &size, napi_value args) ParseArrayBuffer() argument
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp698 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp309 int32_t KVDBGeneralStore::Delete(const std::string &table, const std::string &sql, Values &&args) in Delete() argument
319 Query( __attribute__((unused)) const std::string &table, const std::string &sql, Values &&args) Query() argument
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp631 vector<string> args = predicates.GetWhereArgs(); in HWTEST_F() local
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp316 napi_value *args = new (std::nothrow) napi_value [count]; in CallObjectMethod() local
363 napi_value *args = new (std::nothrow) napi_value[count]; in CallObjectMethod() local
412 InitAsyncCallParams(size_t argc, napi_env &env, napi_value *args) InitAsyncCallParams() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp858 auto args = [notification, isSchema = isSchema_](napi_env env, int& argc, napi_value* argv) { in OnChange() local
868 auto args = [results](napi_env env, int& argc, napi_value* argv) { in SyncCompleted() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp239 int KvStoreDataService::Dump(int fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp388 std::shared_ptr<DAudioIoDev> DAudioSourceDev::FindIoDevImpl(std::string args) in FindIoDevImpl() argument
649 int32_t DAudioSourceDev::TaskEnableDAudio(const std::string &args) in TaskEnableDAudio() argument
747 int32_t DAudioSourceDev::TaskDisableDAudio(const std::string &args) in TaskDisableDAudio() argument
828 TaskOpenDSpeaker(const std::string &args) TaskOpenDSpeaker() argument
880 ParseDhidFromEvent(std::string args) ParseDhidFromEvent() argument
931 CloseSpkNew(const std::string &args) CloseSpkNew() argument
956 TaskCloseDSpeaker(const std::string &args) TaskCloseDSpeaker() argument
1010 TaskOpenDMic(const std::string &args) TaskOpenDMic() argument
1057 CloseMicNew(const std::string &args) CloseMicNew() argument
1074 TaskCloseDMic(const std::string &args) TaskCloseDMic() argument
1103 TaskDMicClosed(const std::string &args) TaskDMicClosed() argument
1121 TaskSetVolume(const std::string &args) TaskSetVolume() argument
1124 AudioEvent event(getEventTypeFromArgs(args), args); TaskSetVolume() local
1128 TaskChangeVolume(const std::string &args) TaskChangeVolume() argument
1149 TaskChangeFocus(const std::string &args) TaskChangeFocus() argument
1160 TaskChangeRenderState(const std::string &args) TaskChangeRenderState() argument
1182 TaskPlayStatusChange(const std::string &args) TaskPlayStatusChange() argument
1237 TaskSpkMmapStart(const std::string &args) TaskSpkMmapStart() argument
1249 TaskSpkMmapStop(const std::string &args) TaskSpkMmapStop() argument
1258 TaskMicMmapStart(const std::string &args) TaskMicMmapStart() argument
1270 TaskMicMmapStop(const std::string &args) TaskMicMmapStop() argument
1371 getEventTypeFromArgs(const std::string &args) getEventTypeFromArgs() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp515 napi_value args[1] = { 0 }; in IsNapiString() local
1093 napi_value args[1] = { 0 }; in SetVersion() local
[all...]
H A Dnapi_rdb_predicates.cpp122 napi_value args[1] = { 0 }; in InnerNew() local
170 napi_value args[1] = { JSUtils::Convert2JSValue(env, value->GetTableName()) }; in NewInstance() local
226 napi_value args[1] = { nullptr }; in ParseFieldArrayByName() local
253 napi_value args[1] = { 0 }; ParseFieldByName() local
273 napi_value args[1] = { 0 }; ParseInt32FieldByName() local
293 napi_value args[2] = { 0 }; ParseFieldAndValueArray() local
320 napi_value args[2] = { 0 }; ParseFieldAndValue() local
348 napi_value args[2] = { 0 }; ParseFieldAndStringValue() local
372 napi_value args[3] = { 0 }; ParseFieldLowAndHigh() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp86 static std::vector<ValueObject> ToValues(const std::vector<std::string> &args) in ToValues() argument
159 Update(const std::string &table, const Row &row, const std::string &where, const Values &args, Resolution resolution) Update() argument
170 Update(int &changedRows, const std::string &table, const Row &row, const std::string &whereClause, const Values &args) Update() argument
185 Update(int &changedRows, const std::string &table, const Row &row, const std::string &whereClause, const Olds &args) Update() argument
191 UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &row, const std::string &whereClause, const Olds &args, Resolution resolution) UpdateWithConflictResolution() argument
201 UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &row, const std::string &whereClause, const Values &args, Resolution resolution) UpdateWithConflictResolution() argument
211 Delete(int &deletedRows, const std::string &table, const std::string &whereClause, const Olds &args) Delete() argument
221 Query(int &errCode, bool distinct, const std::string &table, const Fields &columns, const std::string &whereClause, const Values &args, const std::string &groupBy, const std::string &indexName, const std::string &orderBy, const int &limit, const int &offset) Query() argument
248 QuerySql(const std::string &sql, const Olds &args) QuerySql() argument
253 QueryByStep(const std::string &sql, const Olds &args) QueryByStep() argument
289 ExecuteSql(const std::string &sql, const Values &args) ExecuteSql() argument
295 Execute(const std::string &sql, const Values &args, int64_t trxId) Execute() argument
300 ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) ExecuteAndGetLong() argument
309 ExecuteAndGetString(std::string &outValue, const std::string &sql, const Values &args) ExecuteAndGetString() argument
318 ExecuteForLastInsertedRowId(int64_t &outValue, const std::string &sql, const Values &args) ExecuteForLastInsertedRowId() argument
327 ExecuteForChangedRowCount(int64_t &outValue, const std::string &sql, const Values &args) ExecuteForChangedRowCount() argument
[all...]
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp1041 int32_t DistributedInputSinkManager::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1796 int32_t DistributedInputSourceManager::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp1027 int Service::Dump(int fd, const vector<u16string> &args) in Dump() argument
H A Dsvc_session_manager.cpp346 void SvcSessionManager::DumpInfo(const int fd, const std::vector<std::u16string> &args) in DumpInfo() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c160 static void DfxEvtGetParamAddr(const FillpDfxEvtArgs *args, FillpDfxEvt evt, const void *paramVal[]) in DfxEvtGetParamAddr() argument
242 FillpCreateDfxEvtParam(const FillpDfxEvtArgs *args, FillpDfxEvt evt, FILLP_UINT32 paramNum) FillpCreateDfxEvtParam() argument
261 FillpDfxEvtNotify(const FillpDfxEvtArgs *args, FillpDfxEvt evt) FillpDfxEvtNotify() argument
279 FillpDfxEvtArgs args; FillpDfxSockQosNotify() local
313 FillpDfxEvtArgs args; FillpDfxSockLinkAndQosNotify() local
359 FillpDfxEvtArgs args; FillpDfxPktNotify() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1182 void FillpCheckPcbNackListToSend(void *args) in FillpCheckPcbNackListToSend() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c1541 static void LogWrapper(const char *tag, uint32_t level, const char *format, va_list args) in LogWrapper() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp619 TexStorageArg args = {}; in TexStorage3D() local

Completed in 54 milliseconds

1...<<121122123124125126127128129130>>...156