Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp508 auto regFunc = (REGISTER_DC_CALL)dlsym(handle, "RegisterDcCall"); in OnDcCallSystemAbilityAdded() local
509 if (regFunc == nullptr) { in OnDcCallSystemAbilityAdded()
514 auto ret = regFunc(); in OnDcCallSystemAbilityAdded()