Home
last modified time | relevance | path

Searched defs:owner (Results 226 - 250 of 361) sorted by relevance

12345678910>>...15

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp1336 WifiP2pDevice owner = item.GetOwner(); in SetWifiP2pGroupInfoDev() local
/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h102 WifiP2pDevice owner; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java131 makeRules(String description, NFRuleSet owner, NFRule predecessor, RuleBasedNumberFormat ownersOwner, List<NFRule> returnList) makeRules() argument
414 extractSubstitutions(NFRuleSet owner, String ruleText, NFRule predecessor) extractSubstitutions() argument
461 extractSubstitution(NFRuleSet owner, NFRule predecessor) extractSubstitution() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java132 makeRules(String description, NFRuleSet owner, NFRule predecessor, RuleBasedNumberFormat ownersOwner, List<NFRule> returnList) makeRules() argument
415 extractSubstitutions(NFRuleSet owner, String ruleText, NFRule predecessor) extractSubstitutions() argument
462 extractSubstitution(NFRuleSet owner, NFRule predecessor) extractSubstitution() argument
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h970 struct lws_dll2_owner *owner; member
H A Dlws-netdev.h76 lws_dll2_owner_t owner; member
/third_party/lzma/CPP/Windows/
H A DShell.cpp690 static bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags, in BrowseForFolder() argument
721 bool BrowseForFolder(HWND owner, LPCTSTR title, in BrowseForFolder() argument
785 static bool BrowseForFolder(HWND owner, LPCWSTR title, UINT ulFlags, in BrowseForFolder() argument
800 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder() argument
[all...]
/third_party/libwebsockets/lib/system/metrics/
H A Dmetrics.c29 lws_metrics_tag_add(lws_dll2_owner_t *owner, const char *name, const char *val) in lws_metrics_tag_add() argument
95 lws_metrics_tags_destroy(lws_dll2_owner_t *owner) in lws_metrics_tags_destroy() argument
109 lws_metrics_tags_serialize(lws_dll2_owner_t *owner, char *buf, size_t len) in lws_metrics_tags_serialize() argument
131 lws_metrics_tag_get(lws_dll2_owner_t *owner, const char *name) in lws_metrics_tag_get() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h452 void MergeLoopValue(Zone* zone, interpreter::Register owner, in MergeLoopValue() argument
402 MergeValue(MaglevCompilationUnit& compilation_unit, interpreter::Register owner, ValueNode* merged, ValueNode* unmerged, int merge_offset) MergeValue() argument
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h83 static Function DefaultGetter(std::string return_type, Class* owner, in DefaultGetter() argument
92 static Function DefaultSetter(Class* owner, std::string name, in DefaultSetter() argument
/third_party/skia/src/gpu/v1/
H A DClipStack.h186 SkDEBUGCODE(const SaveRecord* owner() const { return fOwner; }) in owner() function in skgpu::v1::final::Mask
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp64 appendInt( const char* owner, const char* name, int value) appendInt() argument
74 appendFloat( const char* owner, const char* name, float value) appendFloat() argument
84 appendName( const char* owner, const char* name, const char* value) appendName() argument
94 appendString( const char* owner, const char* name, const char* value) appendString() argument
104 appendFloatArray( const char* owner, const char* name, const std::vector<float>& value) appendFloatArray() argument
119 appendStringArray( const char* owner, const char* name, const std::vector<SkString>& values) appendStringArray() argument
136 appendNodeIdArray( const char* owner, const char* name, const std::vector<int>& nodeIds) appendNodeIdArray() argument
[all...]
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp140 void TouchGesture::appendNewRec(void* owner, float x, float y) { in appendNewRec() argument
148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() argument
208 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() argument
261 touchEnd(void* owner) touchEnd() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc180 ValidationErrorCollector(SourceTreeDescriptorDatabase* owner) in ValidationErrorCollector() argument
/third_party/python/Python/
H A Dast.c691 _validate_nonempty_seq(asdl_seq *seq, const char *what, const char *owner) in _validate_nonempty_seq() argument
709 validate_body(struct validator *state, asdl_stmt_seq *body, const char *owner) in validate_body() argument
/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h227 void* owner() const { return owner_; } in owner() function in google::protobuf::internal::ArenaImpl::SerialArena
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_proxy.cpp68 ErrCode AppAccountProxy::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() argument
128 ErrCode AppAccountProxy::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly() argument
409 ErrCode AppAccountProxy::Authenticate(const std::string &name, const std::string &owner, const std::string &authType, in Authenticate() argument
449 WriteGetAuthTokenParam( const std::string &name, const std::string &owner, const std::string &authType, MessageParcel &data) WriteGetAuthTokenParam() argument
471 GetOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetOAuthToken() argument
492 GetAuthToken( const std::string &name, const std::string &owner, const std::string &authType, std::string &token) GetAuthToken() argument
545 WriteDeleteAuthTokenParam(const std::string &name, const std::string &owner, const std::string &authType, const std::string &token, MessageParcel &data) WriteDeleteAuthTokenParam() argument
572 DeleteOAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteOAuthToken() argument
591 DeleteAuthToken( const std::string &name, const std::string &owner, const std::string &authType, const std::string &token) DeleteAuthToken() argument
720 GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) GetAuthenticatorInfo() argument
746 GetAllOAuthTokens( const std::string &name, const std::string &owner, std::vector<OAuthTokenInfo> &tokenInfos) GetAllOAuthTokens() argument
856 GetAllAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) GetAllAccounts() argument
911 QueryAllAccessibleAccounts(const std::string &owner, std::vector<AppAccountInfo> &appAccounts) QueryAllAccessibleAccounts() argument
978 VerifyCredential(const std::string &name, const std::string &owner, const VerifyCredentialOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) VerifyCredential() argument
1011 CheckAccountLabels(const std::string &name, const std::string &owner, const std::vector<std::string> &labels, const sptr<IAppAccountAuthenticatorCallback> &callback) CheckAccountLabels() argument
1044 SetAuthenticatorProperties(const std::string &owner, const SetPropertiesOptions &options, const sptr<IAppAccountAuthenticatorCallback> &callback) SetAuthenticatorProperties() argument
[all...]
H A Dapp_account.cpp64 ErrCode AppAccount::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() argument
95 ErrCode AppAccount::CreateAccountImplicitly(const std::string &owner, const CreateAccountImplicitlyOptions &options, in CreateAccountImplicitly() argument
253 ErrCode AppAccount::Authenticate(const std::string &name, const std::string &owner, const std::string &authType, in Authenticate() argument
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/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp123 ErrCArrAppAccountInfo CJAppAccountImpl::getAccountsByOwner(std::string owner) in getAccountsByOwner() argument
170 RetDataCString CJAppAccountImpl::getAuthToken(std::string name, std::string owner, std::string authType) in getAuthToken() argument
234 ErrCArrAuthTokenInfo CJAppAccountImpl::getAllAuthTokens(std::string name, std::string owner) in getAllAuthTokens() argument
264 ErrCAuthenticatorInfo CJAppAccountImpl::queryAuthenticatorInfo(std::string owner) in queryAuthenticatorInfo() argument
196 deleteAuthToken( std::string name, std::string owner, std::string authType, std::string token) deleteAuthToken() argument
397 ParseContextForCheckAccountLabels(std::string name, std::string owner, CArrString labels, const std::function<void(RetDataBool)> &callbackRef, std::unique_ptr<CheckAccountLabelsContext> &context) ParseContextForCheckAccountLabels() argument
410 checkAccountLabels(std::string name, std::string owner, CArrString labels, const std::function<void(RetDataBool)> &callbackRef) checkAccountLabels() argument
524 verifyCredential( std::string name, std::string owner, CAuthCallback callbackId, CVerifyCredentialOptions cOptions) verifyCredential() argument
575 setAuthenticatorProperties( std::string owner, CAuthCallback callbackId, CSetPropertiesOptions cOptions) setAuthenticatorProperties() argument
637 std::string owner; Convert2CArrAppAccountInfo() local
779 Convert2CAuthResult( std::string name, std::string owner, std::string authType, std::string token) Convert2CAuthResult() argument
[all...]
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_manager_service.cpp61 ErrCode AppAccountManagerService::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly() argument
93 ErrCode AppAccountManagerService::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly() argument
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...]
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h33 std::string owner; member
90 std::string owner; member
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h71 std::string owner; member
92 std::string owner; member
110 std::string owner; member
118 std::string owner; member
152 std::string owner; member
159 std::string owner; member
172 std::string owner; member
/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h220 SettingStateFlag(PowerState state, std::shared_ptr<PowerStateMachine> owner, StateChangeReason reason) in SettingStateFlag() argument
251 StateController(PowerState state, std::shared_ptr<PowerStateMachine> owner, in StateController() argument
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp206 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner) in Remove() argument
219 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove() argument
233 Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t param) Remove() argument
249 Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) Remove() argument
308 HasInnerEvent(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) HasInnerEvent() argument
320 HasInnerEvent(const std::shared_ptr<EventHandler> &owner, int64_t param) HasInnerEvent() argument
849 RemoveFileDescriptorListener(const std::shared_ptr<EventHandler> &owner) RemoveFileDescriptorListener() argument
[all...]
/base/security/permission_lite/services/pms_client/
H A Dperm_client.c256 static int Notify(IOwner owner, int code, IpcIo *reply) in Notify() argument
269 static int DealQueryReply(IOwner owner, int code, IpcIo *reply) in DealQueryReply() argument

Completed in 29 milliseconds

12345678910>>...15