Home
last modified time | relevance | path

Searched defs:args (Results 1651 - 1675 of 3577) sorted by relevance

1...<<61626364656667686970>>...144

/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c363 LnnFsmRemoveMessageSpecific(FsmStateMachine *fsm, int32_t (*customFunc)(const SoftBusMessage*, void*), void *args) LnnFsmRemoveMessageSpecific() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_service_test.cpp235 std::vector<std::u16string> args = {}; in HWTEST_F() local
H A Dethernet_service_test.cpp390 std::vector<std::u16string> args; in HWTEST_F() local
443 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp53 void IPCThreadSkeleton::TlsDestructor(void *args) in TlsDestructor() argument
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_mini_socket_trans.c105 static void *HandleAccept(void *args) in HandleAccept() argument
146 static void *OpenTcpServerSocket(void *args) in OpenTcpServerSocket() argument
245 static void *HandleSendReply(void *args) in HandleSendReply() argument
309 Connect(const char *saSessionName, const char *peerDeviceId, void *args) Connect() argument
[all...]
H A Drpc_socket_trans.c103 static void HandleAccept(void *args) in HandleAccept() argument
142 static void OpenTcpServerSocket(void *args) in OpenTcpServerSocket() argument
210 static void HandleSendReply(void *args) in HandleSendReply() argument
239 Connect(const char *SaSessionName, const char *peerDeviceId, void *args) Connect() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c519 static void *TransCloseDFileProcTask(void *args) in TransCloseDFileProcTask() argument
538 int32_t *args = (int32_t *)SoftBusCalloc(sizeof(int32_t)); in TransCloseFileChannel() local
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dipc_test_helper.cpp186 pid_t IPCTestHelper::StartExecutable(std::string name, std::string args) in StartExecutable() argument
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp69 int32_t NetworkShareService::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp211 int32_t DistributedDeviceProfileService::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp390 std::vector<std::u16string> args; in HWTEST_F() local
443 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_profile_service_test.cpp294 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp78 const std::vector<std::u16string> args; in HWTEST_F() local
92 const std::vector<std::u16string> args; in HWTEST_F() local
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.cpp23 static void WriteEvent(const std::string& eventType, HiviewDFX::HiSysEvent::EventType type, Types... args) in WriteEvent() argument
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_service.cpp282 int32_t MDnsService::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_test.cpp293 std::vector<std::u16string> args; in HWTEST_F() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_result_set_proxy.cpp235 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GoTo() local
256 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GoToRow() local
278 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetBlob() local
302 napi_value args[MAX_INPUT_COUN in GetString() local
323 napi_value args[MAX_INPUT_COUNT] = { 0 }; GetLong() local
347 napi_value args[MAX_INPUT_COUNT] = { 0 }; GetDouble() local
393 napi_value args[MAX_INPUT_COUNT] = { 0 }; GetColumnIndex() local
417 napi_value args[MAX_INPUT_COUNT] = { 0 }; GetColumnName() local
438 napi_value args[MAX_INPUT_COUNT] = { 0 }; GetDataType() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_watcher.cpp64 void JSWatcher::ProcessChange(napi_env env, std::list<void *> &args) in ProcessChange() argument
127 void JSWatcher::ProcessStatus(napi_env env, std::list<void *> &args) in ProcessStatus() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp62 int32_t GeneralStoreMock::Delete(const std::string &table, const std::string &sql, Values &&args) in Delete() argument
137 Query(const std::string &table, const std::string &sql, Values &&args) Query() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_concurrency_crud_test.cpp65 void ConcurOperThread(ConcurParam* args) in ConcurOperThread() argument
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test_agent.cpp189 int DistributedTestAgent::Put(const std::string &args) in Put() argument
163 OnProcessCmd(const std::string &command, int len, const std::string &args, int argsLen, const std::string &expectValue, int expectValueLen) OnProcessCmd() argument
198 Sync(const std::string &args) Sync() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp46 bool DumpHelper::Dump(int fd, const std::vector<std::string> &args) in Dump() argument
71 void DumpHelper::ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &commands) in ParseCommand() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.cpp51 std::string RemindTimerFunc(const std::vector<std::string> &args) in RemindTimerFunc() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp201 Values args; in GetMigratedData() local
228 static std::string BuildSql(const AssetBindInfo& bindInfo, Values& args) in BuildSql() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp33 void RdbQuery::MakeRemoteQuery(const std::string &devices, const std::string &sql, Values &&args) in MakeRemoteQuery() argument
102 auto args = args_; in GetRemoteCondition() local

Completed in 18 milliseconds

1...<<61626364656667686970>>...144