Home
last modified time | relevance | path

Searched refs:server (Results 51 - 62 of 62) sorted by relevance

123

/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c34 const struct hc_auth_id *client, const struct hc_auth_id *server) in build_sts_client()
50 sts_client->peer_id = *server; in build_sts_client()
519 const struct hc_auth_id *client, const struct hc_auth_id *server) in build_sts_client()
524 (void)server; in build_sts_client()
33 build_sts_client(const hc_handle hichain_handle, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_sts_client() argument
518 build_sts_client(const hc_handle hichain_handle, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_sts_client() argument
/base/startup/init/services/param/linux/
H A Dparam_service.c361 PARAM_STATIC int OnIncomingConnect(LoopHandle loop, TaskHandle server) in OnIncomingConnect() argument
367 info.server = NULL; in OnIncomingConnect()
372 int ret = ParamStreamCreate(&client, server, &info, sizeof(ParamWatcher)); in OnIncomingConnect()
414 // param server in InitParamService()
417 info.server = PIPE_NAME; in InitParamService()
422 PARAM_CHECK(ret == 0, return ret, "Failed to create server"); in InitParamService()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp262 std::string server = splitPhase(strList[2], 0); in ParsePeerBinderPid() local
267 if (server == "" || client == "" || wait == "") { in ParsePeerBinderPid()
270 int serverNum = std::strtol(server.c_str(), nullptr, decimal); in ParsePeerBinderPid()
273 XCOLLIE_LOGI("server:%{public}d, client:%{public}d, wait:%{public}d", in ParsePeerBinderPid()
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h42 int server; member
/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp390 const char *server = appSpawn_ == 1 ? APPSPAWN_SERVER_NAME : (appSpawn_ == 2 ? NATIVESPAWN_SERVER_NAME : in SendMsg() local
392 printf("Send msg to server '%s' \n", server); in SendMsg()
429 printf("Dump server %s result %d \n", server, ret); in SendMsg()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.h245 static int OnConnection(const LoopHandle loopHandle, const TaskHandle server);
/base/startup/init/test/unittest/param/
H A Dparam_unittest.cpp630 info.server = const_cast<char *>(PIPE_NAME); in HWTEST_F()
647 info.server = nullptr; in HWTEST_F()
/base/startup/appspawn/standard/
H A Dappspawn_manager.h111 TaskHandle server; member
H A Dappspawn_appmgr.c55 appMgr->server = NULL; in CreateAppSpawnMgr()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp479 .server = 1, in HWTEST_F()
487 .server = 2, in HWTEST_F()
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp63 const char *ITEM_SERVER = "server";
167 bean.server = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_SERVER)); in ParserPdpProfileInfos()
213 value.PutString(PdpProfileData::SERVER, bean.server); in ParserPdpProfileToValuesBucket()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1248 LBSLOGE(GNSS, "get agnss server address failed!"); in SetAgnssServer()
1259 info.server = addrName; in SetAgnssServer()

Completed in 12 milliseconds

123