/third_party/libwebsockets/lib/core/ |
H A D | lws_dll2.c | 34 if (d->owner) in lws_dll2_is_detached() 42 * have .owner, .next and .prev all set to NULL, so we in lws_dll2_is_detached() 43 * can just check .owner to see if we are detached. in lws_dll2_is_detached() 46 * state of NULL .owner, but non-NULL in .next or .prev, in lws_dll2_is_detached() 57 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() argument 60 lws_start_foreach_dll_safe(struct lws_dll2 *, p, tp, owner->head) { in lws_dll2_foreach_safe() 69 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() argument 77 if (owner->head != d) in lws_dll2_add_head() 78 d->next = owner->head; in lws_dll2_add_head() 87 owner in lws_dll2_add_head() 103 lws_dll2_owner_t *owner = after->owner; lws_dll2_add_before() local 140 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) lws_dll2_add_tail() argument 282 lws_dll2_describe(lws_dll2_owner_t *owner, const char *desc) lws_dll2_describe() argument [all...] |
/third_party/musl/src/stdio/ |
H A D | __lockfile.c | 6 int owner = f->lock, tid = __pthread_self()->tid; in __lockfile() local 7 if ((owner & ~MAYBE_WAITERS) == tid) in __lockfile() 9 owner = a_cas(&f->lock, 0, tid); in __lockfile() 10 if (!owner) return 1; in __lockfile() 11 while ((owner = a_cas(&f->lock, 0, tid|MAYBE_WAITERS))) { in __lockfile() 12 if ((owner & MAYBE_WAITERS) || in __lockfile() 13 a_cas(&f->lock, owner, owner|MAYBE_WAITERS)==owner) in __lockfile() 14 __futexwait(&f->lock, owner|MAYBE_WAITER in __lockfile() [all...] |
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | persistent-node.h | 33 void InitializeAsUsedNode(void* owner, TraceRootCallback trace) { in InitializeAsUsedNode() argument 35 owner_ = owner; in InitializeAsUsedNode() 44 void UpdateOwner(void* owner) { in UpdateOwner() argument 46 owner_ = owner; in UpdateOwner() 61 void* owner() const { in owner() function in cppgc::internal::final 96 PersistentNode* TryAllocateNodeFromFreeList(void* owner, in TryAllocateNodeFromFreeList() argument 103 node->InitializeAsUsedNode(owner, trace); in TryAllocateNodeFromFreeList() 118 PersistentNode* RefillFreeListAndAllocateNode(void* owner, 146 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceRootCallback trace) { in AllocateNode() argument 148 auto* node = TryAllocateNodeFromFreeList(owner, trac in AllocateNode() 190 AllocateNode(void* owner, TraceRootCallback trace) AllocateNode() argument [all...] |
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | persistent-node.h | 35 void InitializeAsUsedNode(void* owner, TraceCallback trace) { in InitializeAsUsedNode() argument 37 owner_ = owner; in InitializeAsUsedNode() 46 void UpdateOwner(void* owner) { in UpdateOwner() argument 48 owner_ = owner; in UpdateOwner() 63 void* owner() const { in owner() function in cppgc::internal::final 98 PersistentNode* TryAllocateNodeFromFreeList(void* owner, in TryAllocateNodeFromFreeList() argument 105 node->InitializeAsUsedNode(owner, trace); in TryAllocateNodeFromFreeList() 120 PersistentNode* RefillFreeListAndAllocateNode(void* owner, 148 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() argument 150 auto* node = TryAllocateNodeFromFreeList(owner, trac in AllocateNode() 192 AllocateNode(void* owner, TraceCallback trace) AllocateNode() argument [all...] |
/third_party/node/lib/ |
H A D | _tls_wrap.js | 145 const owner = this[owner_symbol]; 147 assert(owner._tlsOptions.isServer); 150 owner._emitTLSError(new ERR_TLS_SESSION_ATTACK()); 154 if (owner[kDisableRenegotiation]) 155 owner._emitTLSError(new ERR_TLS_RENEGOTIATION_DISABLED()); 161 const owner = this[owner_symbol]; 162 assert(owner._tlsOptions.isServer); 165 if (owner._newSessionPending) { 166 owner._securePending = true; 170 owner [all...] |
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 28 ErrCode AppAccountManager::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() argument 32 owner, authType, options, callback); in AddAccountImplicitly() 40 ErrCode AppAccountManager::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly() argument 43 return AppAccount::GetInstance().CreateAccountImplicitly(owner, options, callback); in CreateAccountImplicitly() 108 ErrCode AppAccountManager::Authenticate(const std::string &name, const std::string &owner, in Authenticate() argument 111 return AppAccount::GetInstance().Authenticate(name, owner, authType, options, callback); in Authenticate() 115 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken() 117 return AppAccount::GetInstance().GetOAuthToken(name, owner, authType, token); in GetOAuthToken() 121 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken() 123 return AppAccount::GetInstance().GetAuthToken(name, owner, authTyp in GetAuthToken() 114 GetOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetOAuthToken() argument 120 GetAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetAuthToken() argument 132 DeleteOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteOAuthToken() argument 138 DeleteAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteAuthToken() argument 172 GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) GetAuthenticatorInfo() argument 177 GetAllOAuthTokens( const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) GetAllOAuthTokens() argument 200 GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) GetAllAccounts() argument 210 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument 232 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument 238 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument 244 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument [all...] |
H A D | app_account.cpp | 64 ErrCode AppAccount::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() argument 67 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversize"); in AddAccountImplicitly() 75 return proxy->AddAccountImplicitly(owner, authType, options, callback); in AddAccountImplicitly() 95 ErrCode AppAccount::CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, in CreateAccountImplicitly() argument 98 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversize"); in CreateAccountImplicitly() 108 return proxy->CreateAccountImplicitly(owner, options, callback); in CreateAccountImplicitly() 253 ErrCode AppAccount::Authenticate(const std::string &name, const std::string &owner, const std::string &authType, in Authenticate() argument 257 RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constant in Authenticate() 268 GetOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetOAuthToken() argument 282 GetAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetAuthToken() argument 307 DeleteOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteOAuthToken() argument 322 DeleteAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteAuthToken() argument 404 GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) GetAuthenticatorInfo() argument 414 GetAllOAuthTokens( const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) GetAllOAuthTokens() argument 462 GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) GetAllAccounts() argument 512 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument 527 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument 541 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument 561 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument [all...] |
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_subscribe_manager.cpp | 104 std::vector<AppAccountSubscribeRecordPtr> AppAccountSubscribeManager::GetSubscribeRecords(const std::string &owner) in GetSubscribeRecords() argument 113 auto subscribeRecordsPtr = ownerSubscribeRecords_.find(owner); in GetSubscribeRecords() 127 if (std::find(owners.begin(), owners.end(), owner) == owners.end()) { in GetSubscribeRecords() 128 ACCOUNT_LOGE("failed to find owner in owners"); in GetSubscribeRecords() 160 for (auto owner : owners) { in CheckAppAccess() 161 if (owner == bundleName) { in CheckAppAccess() 167 [owner](const std::string &account) { in CheckAppAccess() 168 auto position = account.find(owner); in CheckAppAccess() 199 for (auto owner : owners) { in InsertSubscribeRecord() 200 auto item = ownerSubscribeRecords_.find(owner); in InsertSubscribeRecord() 333 std::string owner; GetAccessibleAccountsBySubscribeInfo() local [all...] |
H A D | app_account_manager_service.cpp | 61 ErrCode AppAccountManagerService::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() argument 70 request.owner = owner; in AddAccountImplicitly() 93 ErrCode AppAccountManagerService::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly() argument 102 request.owner = owner; in CreateAccountImplicitly() 165 ACCOUNT_LOGE("authorizedApp is the same to owner"); in EnableAppAccess() 192 ACCOUNT_LOGE("authorizedApp is the same to owner"); in DisableAppAccess() 214 ACCOUNT_LOGE("authorizedApp is the same to owner"); in SetAppAccess() 313 ErrCode AppAccountManagerService::Authenticate(const std::string &name, const std::string &owner, in Authenticate() argument 334 GetOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetOAuthToken() argument 348 GetAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetAuthToken() argument 377 DeleteOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteOAuthToken() argument 392 DeleteAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteAuthToken() argument 485 GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) GetAuthenticatorInfo() argument 498 GetAllOAuthTokens( const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) GetAllOAuthTokens() argument 550 GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) GetAllAccounts() argument 594 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument 659 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument 674 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument 689 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_subclassinit.py | 105 def __set_name__(self, owner, name): 106 self.owner = owner 113 self.assertIs(A.d.owner, A) 120 self.assertIs(ret.d.owner, ret) 124 def __set_name__(self, owner, name): 125 self.owner = owner 134 def __set_name__(self, owner, name): 176 def __set_name__(self, owner, nam [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | memory-chunk-inl.h | 18 owner()->IncrementExternalBackingStoreBytes(type, amount); in IncrementExternalBackingStoreBytes() 26 owner()->DecrementExternalBackingStoreBytes(type, amount); in DecrementExternalBackingStoreBytes() 34 DCHECK_NOT_NULL(from->owner()); in MoveExternalBackingStoreBytes() 35 DCHECK_NOT_NULL(to->owner()); in MoveExternalBackingStoreBytes() 38 Space::MoveExternalBackingStoreBytes(type, from->owner(), to->owner(), in MoveExternalBackingStoreBytes() 44 return owner()->identity(); in owner_identity()
|
/base/account/os_account/interfaces/innerkits/appaccount/native/include/ |
H A D | app_account_manager.h | 52 * Only the owner of the application account has the permission to call this method. 61 * @brief Adds an application account of a specified owner implicitly. 62 * @param owner - Indicates the account owner of your application or third-party applications. 68 static ErrCode AddAccountImplicitly(const std::string &owner, const std::string &authType, 74 * Only the owner of the application account has the permission to call this method. 83 * @brief Creates an application account of a specified owner implicitly. 84 * @param owner - Indicates the account owner of your application or third-party applications. 88 static ErrCode CreateAccountImplicitly(const std::string &owner, cons [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLField.h | 27 Field(int line, const Variable* owner, int fieldIndex) in Field() argument 28 : INHERITED(line, kSymbolKind, owner->type().fields()[fieldIndex].fName, in Field() 29 owner->type().fields()[fieldIndex].fType) in Field() 30 , fOwner(owner) in Field() 37 const Variable& owner() const { in owner() function in SkSL::final 42 return this->owner().description() + "." + this->name();
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_ffi.cpp | 91 ErrCArrAppAccountInfo FfiAppAccountAppAccountManagerGetAccountsByOwner(int id, char *owner) in FfiAppAccountAppAccountManagerGetAccountsByOwner() argument 99 return instance->getAccountsByOwner(owner); in FfiAppAccountAppAccountManagerGetAccountsByOwner() 122 RetDataCString FfiAppAccountAppAccountManagerGetAuthToken(int id, char *name, char *owner, char *authType) in FfiAppAccountAppAccountManagerGetAuthToken() argument 129 return instance->getAuthToken(name, owner, authType); in FfiAppAccountAppAccountManagerGetAuthToken() 141 int32_t FfiAppAccountAppAccountManagerDeleteAuthToken(int id, char *name, char *owner, char *authType, char *token) in FfiAppAccountAppAccountManagerDeleteAuthToken() argument 147 return instance->deleteAuthToken(name, owner, authType, token); in FfiAppAccountAppAccountManagerDeleteAuthToken() 170 ErrCArrAuthTokenInfo FfiAppAccountAppAccountManagerGetAllAuthTokens(int id, char *name, char *owner) in FfiAppAccountAppAccountManagerGetAllAuthTokens() argument 178 return instance->getAllAuthTokens(name, owner); in FfiAppAccountAppAccountManagerGetAllAuthTokens() 191 ErrCAuthenticatorInfo FfiAppAccountAppAccountManagerQueryAuthenticatorInfo(int id, char *owner) in FfiAppAccountAppAccountManagerQueryAuthenticatorInfo() argument 199 return instance->queryAuthenticatorInfo(owner); in FfiAppAccountAppAccountManagerQueryAuthenticatorInfo() 259 FfiAppAccountAppAccountManagerCheckAccountLabels( int id, char *name, char *owner, CArrString labels, void (*callback)(RetDataBool infoRef)) FfiAppAccountAppAccountManagerCheckAccountLabels() argument 283 FfiAppAccountAppAccountManagerVerifyCredential( int id, char *name, char *owner, CAuthCallback callbackId, CVerifyCredentialOptions cOptions) FfiAppAccountAppAccountManagerVerifyCredential() argument 293 FfiAppAccountAppAccountManagerSetAuthenticatorProperties( int id, char *owner, CAuthCallback callbackId, CSetPropertiesOptions cOptions) FfiAppAccountAppAccountManagerSetAuthenticatorProperties() argument [all...] |
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_proxy.h | 30 ErrCode AddAccountImplicitly(const std::string &owner, const std::string &authType, 33 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, 57 ErrCode Authenticate(const std::string &name, const std::string &owner, const std::string &authType, 60 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) override; 62 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) override; 65 ErrCode DeleteOAuthToken(const std::string &name, const std::string &owner, const std::string &authType, 67 ErrCode DeleteAuthToken(const std::string &name, const std::string &owner, const std::string &authType, 77 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override; 79 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) override; 86 ErrCode GetAllAccounts(const std::string &owner, st [all...] |
H A D | app_account.h | 37 ErrCode AddAccountImplicitly(const std::string &owner, const std::string &authType, 40 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, 61 ErrCode Authenticate(const std::string &name, const std::string &owner, const std::string &authType, 64 const std::string &name, const std::string &owner, const std::string &authType, std::string &token); 66 const std::string &name, const std::string &owner, const std::string &authType, std::string &token); 69 const std::string &name, const std::string &owner, const std::string &authType, const std::string &token); 71 const std::string &name, const std::string &owner, const std::string &authType, const std::string &token); 80 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info); 82 const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos); 89 ErrCode GetAllAccounts(const std::string &owner, st [all...] |
H A D | iapp_account.h | 34 virtual ErrCode AddAccountImplicitly(const std::string &owner, const std::string &authType, 37 virtual ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, 61 virtual ErrCode Authenticate(const std::string &name, const std::string &owner, const std::string &authType, 64 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) = 0; 66 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) = 0; 70 const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) = 0; 72 const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) = 0; 81 virtual ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) = 0; 82 virtual ErrCode GetAllOAuthTokens(const std::string &name, const std::string &owner, 90 virtual ErrCode GetAllAccounts(const std::string &owner, st [all...] |
/third_party/rust/crates/regex/src/ |
H A D | pool.rs | 110 /// The ID of the thread that owns this pool. The owner is the thread 111 /// that makes the first call to 'get'. When the owner calls 'get', it 118 owner: AtomicUsize, 160 .field("owner", &self.owner) in fmt() 183 let owner = AtomicUsize::new(0); in fmt() 185 Pool { stack: Mutex::new(vec![]), create, owner, owner_val } in fmt() 205 // owner, then only one thread may receive this value. in fmt() 207 let owner = self.owner in fmt() [all...] |
/base/security/device_security_level/services/sa/lite/small/ |
H A D | dslm_ipc_process.c | 85 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, IpcIo *reply) in DslmPushRemoteStub() argument 90 uint64_t key = ((uint64_t)owner << COOKIE_SHIFT) | cookie; in DslmPushRemoteStub() 107 static IpcIo *DslmPopRemoteStub(uint32_t owner, uint32_t cookie) in DslmPopRemoteStub() argument 114 uint64_t key = ((uint64_t)owner << COOKIE_SHIFT) | cookie; in DslmPopRemoteStub() 134 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInfo *info) in ProcessCallback() argument 141 reply = DslmPopRemoteStub(owner, cookie); in ProcessCallback() 168 uint64_t owner = GetCallingPid(); in DslmProcessGetDeviceSecurityLevel() local 169 DslmPushRemoteStub(owner, cookie, reply); in DslmProcessGetDeviceSecurityLevel() 170 ret = OnRequestDeviceSecLevelInfo(&identity, &option, owner, cookie, ProcessCallback); in DslmProcessGetDeviceSecurityLevel() 174 DslmPopRemoteStub(owner, cooki in DslmProcessGetDeviceSecurityLevel() [all...] |
/base/security/device_security_level/services/sa/lite/mini/ |
H A D | dslm_inner_process.c | 60 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, const DeviceIdentify *identify, in DslmPushRemoteStub() argument 66 uint64_t key = ((uint64_t)owner << COOKIE_SHIFT) | cookie; in DslmPushRemoteStub() 84 static DslmRemoteStubListNode *DslmPopRemoteStub(uint32_t owner, uint32_t cookie) in DslmPopRemoteStub() argument 92 uint64_t key = ((uint64_t)owner << COOKIE_SHIFT) | cookie; in DslmPopRemoteStub() 111 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInfo *info) in ProcessCallback() argument 117 DslmRemoteStubListNode *item = DslmPopRemoteStub(owner, cookie); in ProcessCallback() 145 uint64_t owner = SINGLE_OWNER; in DslmProcessGetDeviceSecurityLevel() local 146 DslmPushRemoteStub(owner, req->cookie, req->identity, callback); in DslmProcessGetDeviceSecurityLevel() 147 int32_t ret = OnRequestDeviceSecLevelInfo(req->identity, req->option, owner, req->cookie, ProcessCallback); in DslmProcessGetDeviceSecurityLevel() 151 DslmRemoteStubListNode *item = DslmPopRemoteStub(owner, re in DslmProcessGetDeviceSecurityLevel() [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-dll2.h | 182 * - list members all hold a pointer to their owner. So user code does not 200 struct lws_dll2_owner *owner; member 214 lws_dll2_owner(const struct lws_dll2 *d) { return d->owner; } in lws_dll2_owner() 217 lws_dll2_get_head(struct lws_dll2_owner *owner) { return owner->head; } in lws_dll2_get_head() argument 220 lws_dll2_get_tail(struct lws_dll2_owner *owner) { return owner->tail; } in lws_dll2_get_tail() argument 223 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner); 226 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner); 234 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, voi [all...] |
/third_party/skia/include/docs/ |
H A D | SkPDFDocument.h | 32 // Each attribute must have an owner (e.g. "Layout", "List", "Table", etc) 35 void appendInt(const char* owner, const char* name, int value); 36 void appendFloat(const char* owner, const char* name, float value); 37 void appendName(const char* owner, const char* attrName, const char* value); 38 void appendString(const char* owner, const char* attrName, const char* value); 39 void appendFloatArray(const char* owner, 43 void appendStringArray(const char* owner, 46 void appendNodeIdArray(const char* owner,
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_stub.cpp | 29 const std::string STRING_OWNER = "com.example.owner"; 59 ErrCode MockAppAccountStub::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() argument 72 ErrCode MockAppAccountStub::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly() argument 177 ErrCode MockAppAccountStub::Authenticate(const std::string &name, const std::string &owner, in Authenticate() argument 186 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetOAuthToken() 194 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) in GetAuthToken() 209 ErrCode MockAppAccountStub::DeleteOAuthToken(const std::string &name, const std::string &owner, in DeleteOAuthToken() argument 217 ErrCode MockAppAccountStub::DeleteAuthToken(const std::string &name, const std::string &owner, in DeleteAuthToken() argument 258 ErrCode MockAppAccountStub::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authenticator) in GetAuthenticatorInfo() argument 265 ErrCode MockAppAccountStub::GetAllOAuthTokens(const std::string &name, const std::string &owner, in GetAllOAuthTokens() argument 185 GetOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetOAuthToken() argument 193 GetAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetAuthToken() argument 296 GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) GetAllAccounts() argument 310 QueryAllAccessibleAccounts( const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument 342 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument 350 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument 358 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument [all...] |
H A D | mock_app_account_stub.h | 28 ErrCode AddAccountImplicitly(const std::string &owner, const std::string &authType, 31 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, 54 ErrCode Authenticate(const std::string &name, const std::string &owner, const std::string &authType, 57 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) override; 59 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) override; 62 ErrCode DeleteOAuthToken(const std::string &name, const std::string &owner, 64 ErrCode DeleteAuthToken(const std::string &name, const std::string &owner, 74 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &authenticator) override; 75 ErrCode GetAllOAuthTokens(const std::string &name, const std::string &owner, 83 ErrCode GetAllAccounts(const std::string &owner, st [all...] |
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_manager_service.h | 33 const std::string &owner, const std::string &authType, const AAFwk::Want &options, 36 ErrCode CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, 61 ErrCode Authenticate(const std::string &name, const std::string &owner, const std::string &authType, 64 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) override; 66 const std::string &name, const std::string &owner, const std::string &authType, std::string &token) override; 69 ErrCode DeleteOAuthToken(const std::string &name, const std::string &owner, 71 ErrCode DeleteAuthToken(const std::string &name, const std::string &owner, 81 ErrCode GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) override; 82 ErrCode GetAllOAuthTokens(const std::string &name, const std::string &owner, 90 ErrCode GetAllAccounts(const std::string &owner, st [all...] |