/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | sts_client.c | 34 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 D | param_service.c | 361 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 D | xcollie_utils.cpp | 262 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 D | event_logger.h | 42 int server; member
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 390 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 D | app_spawn_test_helper.h | 245 static int OnConnection(const LoopHandle loopHandle, const TaskHandle server);
|
/base/startup/init/test/unittest/param/ |
H A D | param_unittest.cpp | 630 info.server = const_cast<char *>(PIPE_NAME); in HWTEST_F() 647 info.server = nullptr; in HWTEST_F()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_manager.h | 111 TaskHandle server; member
|
H A D | appspawn_appmgr.c | 55 appMgr->server = NULL; in CreateAppSpawnMgr()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 479 .server = 1, in HWTEST_F() 487 .server = 2, in HWTEST_F()
|
/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 63 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 D | gnss_ability.cpp | 1248 LBSLOGE(GNSS, "get agnss server address failed!"); in SetAgnssServer() 1259 info.server = addrName; in SetAgnssServer()
|