Home
last modified time | relevance | path

Searched refs:hasWant (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp879 bool hasWant = want != nullptr; in MarshallingSessionInfo() local
880 if (!parcel.WriteBool(hasWant)) { in MarshallingSessionInfo()
883 if (hasWant && !parcel.WriteParcelable(want.get())) { in MarshallingSessionInfo()
905 bool hasWant; in UnmarshallingSessionInfo() local
906 if (!parcel.ReadBool(hasWant)) { in UnmarshallingSessionInfo()
907 TLOGE(WmsLogTag::DEFAULT, "Failed to read hasWant!"); in UnmarshallingSessionInfo()
910 if (hasWant) { in UnmarshallingSessionInfo()
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dfeature_ability.cpp345 bool hasWant = false; in OnFinishWithResult() local
346 napi_has_named_property(env, info.argv[0], "want", &hasWant); in OnFinishWithResult()
347 if (hasWant) { in OnFinishWithResult()
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp752 bool hasWant = false; in GetTriggerWant() local
753 napi_has_named_property(env, param, "want", &hasWant); in GetTriggerWant()
754 if (hasWant) { in GetTriggerWant()

Completed in 9 milliseconds