Home
last modified time | relevance | path

Searched refs:CALLEE_ABILITY_NAME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H A Dtlv_parse_test.cpp69 EXPECT_EQ(std::string(UnMarshallString(tlvHead, CALLEE_ABILITY_NAME)), "MainAbility"); in __anon16bcb0e40102()
118 EXPECT_EQ(std::string(UnMarshallString(tlvHead, CALLEE_ABILITY_NAME)), "MainAbility"); in __anon16bcb0e40202()
308 EXPECT_EQ(std::string(UnMarshallString(tlvHead, CALLEE_ABILITY_NAME)), ""); in __anon16bcb0e40b02()
H A Dfamgr_test.cpp99 EXPECT_EQ(std::string(UnMarshallString(tlvHead, CALLEE_ABILITY_NAME)), "MainAbility"); in __anon55093ba10102()
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_msg_handler.c28 const char *calleeAbilityName = UnMarshallString(tlvHead, CALLEE_ABILITY_NAME); in StartAbilityFromRemoteHandler()
H A Ddmslite_famgr.c117 PACKET_MARSHALL_HELPER(String, CALLEE_ABILITY_NAME, want->element->abilityName); in MarshallDmsMessage()
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_tlv_common.h54 CALLEE_ABILITY_NAME = 4, enumerator