Home
last modified time | relevance | path

Searched refs:owner (Results 76 - 100 of 477) sorted by relevance

12345678910>>...20

/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H A Dconnection_observer_stub_impl.h30 explicit ConnectionObserverStubImpl(const std::shared_ptr<ConnectionObserverClientImpl>& owner) : owner_(owner) {} in ConnectionObserverStubImpl() argument
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dwindow_focus_changed_listener.h28 WindowFocusChangedListener(const std::shared_ptr<AbilityManagerService>& owner, in WindowFocusChangedListener() argument
29 const std::shared_ptr<TaskHandlerWrap>& handler) : owner_(owner), taskHandler_(handler) {} in WindowFocusChangedListener()
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Db_file_info.cpp27 if (!parcel.WriteString(owner) || !parcel.WriteString(fileName) || !parcel.WriteUint32(sn)) { in Marshalling()
36 if (!parcel.ReadString(owner) || !parcel.ReadString(fileName) || !parcel.ReadUint32(sn)) { in ReadFromParcel()
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Db_file_info.h29 BundleName owner; member
35 : owner(bundleName), fileName(strFileNanme), sn(id) {} in BFileInfo()
/third_party/node/deps/v8/src/heap/
H A Dfree-list-inl.h14 bool FreeListCategory::is_linked(FreeList* owner) const { in is_linked()
16 owner->categories_[type_] == this; in is_linked()
/third_party/typescript/tests/baselines/reference/
H A DinfinitelyExpandingTypes1.js5 owner: List<List<T>>;
12 owner: MyList<MyList<T>>;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_bind.h32 /// getDeps == true to find dependencies, owner can be the property (or null) where this bind is supposed to end up
34 virtual bool SetTarget(const IProperty::ConstPtr& prop, bool getDeps, const IProperty* owner) = 0;
35 virtual bool SetTarget(const IFunction::ConstPtr& func, bool getDeps, const IProperty* owner) = 0;
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dfile_descriptor_listener.h69 * Get owner of the event.
71 * @return Returns owner of the event after it has been sent.
79 * Set owner of the event.
81 * @param owner Owner for the event.
83 inline void SetOwner(const std::shared_ptr<EventHandler> &owner) in SetOwner() argument
85 owner_ = owner; in SetOwner()
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Ddevice_permission_verification.h32 TrustedRelationshipGroupInfo(std::string name, std::string id, std::string owner, int32_t type) in TrustedRelationshipGroupInfo()
33 : groupName(name), groupId(id), groupOwner(owner), groupType(type) in TrustedRelationshipGroupInfo()
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Dams_mgr_proxy.h35 explicit ServiceDeathRecipient(AmsMgrProxy* owner) : owner_(owner) in ServiceDeathRecipient() argument
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dapp_spawn_client.cpp30 static int Notify(IOwner owner, int code, IpcIo *reply) in Notify() argument
32 if (reply == nullptr || owner == nullptr) { in Notify()
35 int64_t *result = reinterpret_cast<int64_t *>(owner); in Notify()
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_server_proxy.c33 static int ClientSimpleResultCb(IOwner owner, int code, IpcIo *reply) in ClientSimpleResultCb() argument
35 ReadInt32(reply, (int *)owner); in ClientSimpleResultCb()
36 COMM_LOGI(COMM_SDK, "retvalue=%{public}d", *(int *)owner); in ClientSimpleResultCb()
/third_party/icu/icu4c/source/i18n/
H A Dnfrs.h35 NFRuleSet(RuleBasedNumberFormat *owner, UnicodeString* descriptions, int32_t index, UErrorCode& status);
64 const RuleBasedNumberFormat *getOwner() const { return owner; } in getOwner()
76 RuleBasedNumberFormat *owner; member in NFRuleSet
/third_party/ltp/include/
H A Dtst_safe_file_at.h30 #define SAFE_FCHOWNAT(dirfd, path, owner, group, flags) \
32 (dirfd), (path), (owner), (group), (flags))
71 const int dirfd, const char *const path, uid_t owner,
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrs.h35 NFRuleSet(RuleBasedNumberFormat *owner, UnicodeString* descriptions, int32_t index, UErrorCode& status);
64 const RuleBasedNumberFormat *getOwner() const { return owner; } in getOwner()
76 RuleBasedNumberFormat *owner; member in NFRuleSet
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpersistent-node.cc31 static_cast<PersistentBaseClass*>(node.owner())->ClearFromGC(); in ClearAllUsedNodes()
79 void* owner, TraceCallback trace) { in RefillFreeListAndAllocateNode()
81 auto* node = TryAllocateNodeFromFreeList(owner, trace); in RefillFreeListAndAllocateNode()
78 RefillFreeListAndAllocateNode( void* owner, TraceCallback trace) RefillFreeListAndAllocateNode() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDebugSink.h55 EscapedSink(DebugSink &owner) : mOwner(owner), mBegin(owner.size()) {} in EscapedSink() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.h35 NFRuleSet(RuleBasedNumberFormat *owner, UnicodeString* descriptions, int32_t index, UErrorCode& status);
64 const RuleBasedNumberFormat *getOwner() const { return owner; } in getOwner()
76 RuleBasedNumberFormat *owner; member in NFRuleSet
/third_party/python/Lib/distutils/command/
H A Dbdist_dumb.py37 ('owner=', 'u',
58 self.owner = None
114 owner=self.owner, group=self.group)
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.cpp48 static int32_t SimpleCallback(void *owner, int code, IpcIo *reply) in SimpleCallback() argument
55 if (owner == nullptr) { in SimpleCallback()
58 CallBackPara *para = (CallBackPara *)owner; in SimpleCallback()
126 static int32_t DisConnectCallback(void *owner, int code, IpcIo *reply) in DisConnectCallback() argument
133 if (owner == nullptr) { in DisConnectCallback()
136 CallBackPara *para = (CallBackPara *)owner; in DisConnectCallback()
154 static int32_t SetSourceCallback(void *owner, int code, IpcIo *reply) in SetSourceCallback() argument
161 if (owner == nullptr) { in SetSourceCallback()
164 CallBackPara *para = (CallBackPara *)owner; in SetSourceCallback()
267 static int32_t GetSurfaceCallback(void *owner, in argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java124 * @param owner The rule set containing the new rule(s).
125 * @param predecessor The rule that precedes the new one(s) in "owner"'s
132 NFRuleSet owner, in makeRules()
158 rule1.extractSubstitutions(owner, description, predecessor); in makeRules()
183 if (!owner.isFractionSet()) { in makeRules()
212 rule2.extractSubstitutions(owner, sbuf.toString(), predecessor); in makeRules()
224 rule1.extractSubstitutions(owner, sbuf.toString(), predecessor); in makeRules()
236 owner.setNonNumericalRule(rule2); in makeRules()
244 owner.setNonNumericalRule(rule1); in makeRules()
410 * @param owner Th
131 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.java125 * @param owner The rule set containing the new rule(s).
126 * @param predecessor The rule that precedes the new one(s) in "owner"'s
133 NFRuleSet owner, in makeRules()
159 rule1.extractSubstitutions(owner, description, predecessor); in makeRules()
184 if (!owner.isFractionSet()) { in makeRules()
213 rule2.extractSubstitutions(owner, sbuf.toString(), predecessor); in makeRules()
225 rule1.extractSubstitutions(owner, sbuf.toString(), predecessor); in makeRules()
237 owner.setNonNumericalRule(rule2); in makeRules()
245 owner.setNonNumericalRule(rule1); in makeRules()
411 * @param owner Th
132 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/ltp/lib/
H A Dtst_safe_file_at.c203 const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) in safe_fchownat()
207 rval = fchownat(dirfd, path, owner, group, flags); in safe_fchownat()
212 tst_decode_fd(dirfd), path, owner, group, flags); in safe_fchownat()
216 dirfd, tst_decode_fd(dirfd), path, owner, group, flags, rval); in safe_fchownat()
202 safe_fchownat(const char *const file, const int lineno, const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) safe_fchownat() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c98 lws_dll2_owner_t owner; in test3() local
107 lws_dll2_owner_clear(&owner); in test3()
109 dsh = lws_dsh_create(&owner, 4096, 2); in test3()
116 dsh2 = lws_dsh_create(&owner, 4096, 2); in test3()
/third_party/python/Include/internal/
H A Dpycore_frame.h64 char owner; member
115 frame->owner = FRAME_OWNED_BY_THREAD; in _PyFrame_InitializeSpecials()
150 return frame->owner != FRAME_OWNED_BY_GENERATOR && in _PyFrame_IsIncomplete()
232 assert(frame->owner == FRAME_OWNED_BY_GENERATOR); in _PyFrame_GetGenerator()

Completed in 29 milliseconds

12345678910>>...20