HomeSort by relevance Sort by last modified time
    Searched refs:role_str (Results 1 - 12 of 12) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportdescription.cc 19 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role) {
28 if (_stricmp(roles[i], role_str.c_str()) == 0) {
36 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str) {
39 *role_str = cricket::CONNECTIONROLE_ACTIVE_STR;
42 *role_str = cricket::CONNECTIONROLE_ACTPASS_STR;
45 *role_str = cricket::CONNECTIONROLE_PASSIVE_STR;
48 *role_str = cricket::CONNECTIONROLE_HOLDCONN_STR;
transportdescription.h 69 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role);
70 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str);
  /external/selinux/libsepol/cil/src/
cil_write_ast.c 345 char *user_str, *role_str, *type_str; local
349 role_str = context->role_str;
363 len = strlen(user_str) + strlen(role_str) + strlen(type_str)
366 if (sprintf(*out_str, "(%s %s %s %s)", user_str, role_str, type_str, range_str) < 0) {
545 userrole->role_str);
609 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_ROLETYPE, roletype->role_str, roletype->type_str);
    [all...]
cil_internal.h 462 char *role_str; member in struct:cil_userrole
512 char *role_str; member in struct:cil_roletype
714 char *role_str; member in struct:cil_context
cil_copy_ast.c 438 new->role_str = orig->role_str;
526 new->role_str = orig->role_str;
1068 new->role_str = data->role_str;
    [all...]
cil_tree.c 639 } else if (context->role_str != NULL) {
640 cil_log(CIL_INFO, " %s", context->role_str);
752 } else if (userrole->role_str != NULL) {
753 cil_log(CIL_INFO, " %s", userrole->role_str);
810 } else if (roletype->role_str != NULL) {
811 cil_log(CIL_INFO, " %s", roletype->role_str);
    [all...]
cil_verify.c 748 cil_log(CIL_ERR, "Role %s is invalid for user %s\n", ctx->role_str, ctx->user_str);
760 cil_log(CIL_ERR, "Type %s is invalid for role %s\n", ctx->type_str, ctx->role_str);
765 cil_log(CIL_ERR, "No types associated with role %s\n", ctx->role_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 837 rc = cil_resolve_name(current, userrole->role_str, CIL_SYM_ROLES, extra_args, &role_datum);
1037 rc = cil_resolve_name(current, roletype->role_str, CIL_SYM_ROLES, extra_args, &role_datum);
    [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 440 CuAssertStrEquals(tc, ((struct cil_userrole *)test_ast_node->data)->role_str, test_copy->role_str);
985 CuAssertStrEquals(tc, test_copy->packet_context->role_str,
986 ((struct cil_netifcon *)test_ast_node->data)->packet_context->role_str);
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 2035 std::string role_str = fields[1]; local
    [all...]

Completed in 284 milliseconds