Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp747 AAFwk::IString *typeP = AAFwk::IString::Query(type); in RemoveRemoteObjectFromWant() local
748 if (typeP == nullptr) { in RemoveRemoteObjectFromWant()
751 std::string typeValue = AAFwk::String::Unbox(typeP); in RemoveRemoteObjectFromWant()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp562 AAFwk::IString *typeP = AAFwk::IString::Query(dType); in WriteToParcelWantParams() local
563 if (typeP != nullptr) { in WriteToParcelWantParams()
564 std::string typeValue = AAFwk::String::Unbox(typeP); in WriteToParcelWantParams()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp555 AAFwk::IString *typeP = AAFwk::IString::Query(type); in WriteToParcelWantParams() local
556 if (typeP != nullptr) { in WriteToParcelWantParams()
557 std::string typeValue = AAFwk::String::Unbox(typeP); in WriteToParcelWantParams()

Completed in 6 milliseconds